Happy
9 years agoContributor
How to disable test suite in pom
I have reusable test project that include 2 test suite. For one customer test suites should be run on jenkins, for other - only one test suite. How to disable test suite in pom?
It is not possible. Solution - to define test suite in pom, that should be run
<projectFile>test1.xml</projectFile>
<testSuite>test2</testSuite>