TBQA1
11 years agoNew Contributor
Command Line: Run a selection of Test Suites SoapUI Pro 5.1.2
If I had a project that had 5 suites in it, but wanted to customise which ones ran by using ANT, say running suites 1 and 3 only. How can I pass multiple arguments for -s when running from the command line? Is there a delimiter?
I can pass a single value fine like -sTestSuite1 but cannot pass something like -sTestSuite1,TestSuite3 or multiple instances of -s like:
-sTestSuite1
-sTestSuite3
I basically have an instance where I want to run all of the tests as part of a build over night and another where some tests cannot be run due to an environment constraint.
Not sure if this is the correct forum as there is no SoapUI Pro one here...
Thanks in advance!