Forum Discussion
nmrao
13 years agoCommunity Hero
Please see this post
viewtopic.php?f=3&t=8701
extract from above link, you seemed to mention testSuite instead of testSuiteName.
<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"
viewtopic.php?f=3&t=8701
extract from above link, you seemed to mention testSuite instead of testSuiteName.
<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"