Forum Discussion

Happy's avatar
Happy
Contributor
8 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?
  • Happy's avatar
    8 years ago

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

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