Forum Discussion

Happy's avatar
Happy
Contributor
10 years ago
Solved

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>

1 Reply

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

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