Forum Discussion
- marclOccasional Contributor
We do that with Jenkins, which should basically work the same. Here's an example of how we start the test cases (I don't remember exactly which argument does what):
cd "C:\Program Files\SmartBear\%SOAPUI_VERSION%\bin"
testrunner.bat -I -j -a -r -f"%WORKSPACE%\Report" -t "path_to_your_soapui-settings.xml" "path_to_your_test_project"