Forum Discussion

gamecheck80's avatar
gamecheck80
New Contributor
7 years ago

How to execute testrunner command from Jenkins and the code is in Github

I am trying to give the testrunner command from Jenkins job, but the source is there in GitHub. If i run from local i can give local project xml file like below, its working good. But i have uploaded the project xml file to GitHub and now i want to execute the tests from GitHub. 

 

So my question is in the below command the "C:\axisserversoapfiles\TestProject-readyapi-project.xml"  should be replaced with the GitHub url.

 

"C:\Program Files\SmartBear\ReadyAPI-2.2.0\bin\testrunner.bat" C:\axisserversoapfiles\TestProject-readyapi-project.xml

No RepliesBe the first to reply