naveenkatoch
7 years agoNew Contributor
Bamboo server - [CompositeProjects] The file has not been loaded, because the project does not ....
Ready Api 2.4
Scripts are working fine when run locally in laptop with Ready APi client
however they are giving following message in bamboo server
WARN [CompositeProjects] The file has not been loaded, because the project does not contain it: /home/bamboo/xml-data/build-dir/NBAUTO-JOB1/NBA5.0/ReadyAPI/API/AsModify.xml
export ApiHome=${bamboo.build.working.directory}
export REPORT=$ApiHome/SanityReports/
export TestSuite=$ApiHome/NBA5.0/ReadyAPI
export TestRunnerPath="/opt/SmartBear/ReadyAPI-2.4.0/bin/testrunner.sh"
export IPAddr=$bamboo_nb5auto_ipaddr
$TestRunnerPath -sSanityTest -r -j -f$REPORT -o "-RJUnit-Style HTML Report" -e$IPAddr -I "-TTestCase SanityTests" $TestSuite