Forum Discussion
Hello,
SoapUI has command line parameters that will allow you to run test outside of the Soapui tool and without having to use the maven plugin. The commandline parameters will allow you to do things like select Projects/testsuite/testcase to execute and the pro version has some extra features to export reports, run specific tests that are tagged, use same tests in different environments. Please take a look at the list of things that you can apply from the commandline so that you can drive the tests from your CI tools (bamboo,jenkins, etc) More information about the commandline parameters are available here: https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html (this is for the pro version, some parameters may not apply for OS)
Hello TSanchez_1
Thank you for the response.
I would assume CommnadLine option works exactly in similar way as the maven plugin, and you would need to have the SoapUI controller installed on the machine where the test is running
Basically the SoapUI or ReadyAPI controller would the one who executing all the tests ?
The problem with my eco system is , the CI and CD is happening with bamboo and everything happens on cloud machine (amazone elastic agents) where we are not sure of we can have SoapUI controller capability.... I think in that case it is going to be difficult.... If the CI and CD is happening in machines which if we have control over, this would be much easier I guess and I could run tests either with CommandLine or Maven ..and not necessarily with SoapUI GUI tool itself...
Am looking If any one has come across a similar situation
Thanks & Warm Regards
Musaffir