Forum Discussion

ballbuster's avatar
ballbuster
Occasional Contributor
9 years ago

SoapUI Pro - Hudson integration

I would like to use Hudson to kick off the test cases in a SoapUI project. Does anyone have any information regarding how to accomplish this in Hudson? I know I will need to use TestRunner from the command line.

1 Reply

  • marcl's avatar
    marcl
    Occasional 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"