Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHello,
specifying multiple test suites is not currently supported, as you said -
there is alternative though, please let us know if this works for you:
- add test suite name property to pom.xml
<properties>
<testSuiteName>Test Suite 1</testSuiteName>
</properties>
- you can specify test suite on command line, eg.
mvn eviware:maven-soapui-plugin:test -DtestSuiteName="some test suite name"
so, you have parametrized test suite name on each run.
Hope this helps!
Regards,
Vladimir
SmartBear Software
specifying multiple test suites is not currently supported, as you said -
there is alternative though, please let us know if this works for you:
- add test suite name property to pom.xml
<properties>
<testSuiteName>Test Suite 1</testSuiteName>
</properties>
- you can specify test suite on command line, eg.
mvn eviware:maven-soapui-plugin:test -DtestSuiteName="some test suite name"
so, you have parametrized test suite name on each run.
Hope this helps!
Regards,
Vladimir
SmartBear Software