Forum Discussion
HammerTime
13 years agoOccasional Contributor
Thanks
I figured out that putting this in the pom:
<testSuite>${testSuite}</testSuite>
And then use the following to run a single testsuite
-DtestSuite="testSuiteName"
but not providing this would still run all of the testsuites
thanks
I figured out that putting this in the pom:
<testSuite>${testSuite}</testSuite>
And then use the following to run a single testsuite
-DtestSuite="testSuiteName"
but not providing this would still run all of the testsuites
thanks