How to disable test suite in pom
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2016
05:27 AM
05-10-2016
05:27 AM
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?
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2016
08:53 AM
06-14-2016
08:53 AM
It is not possible. Solution - to define test suite in pom, that should be run
<projectFile>test1.xml</projectFile>
<testSuite>test2</testSuite>
