Ask a Question

How to disable test suite in pom

SOLVED
Happy
Contributor

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?

1 REPLY 1
Happy
Contributor

It is not possible. Solution - to define test suite in pom, that should be run

<projectFile>test1.xml</projectFile>
<testSuite>test2</testSuite>

cancel
Showing results for 
Search instead for 
Did you mean: