Koen Serneels created SUREFIRE-1237:
---------------------------------------
Summary: Running suites forked
Key: SUREFIRE-1237
URL: https://issues.apache.org/jira/browse/SUREFIRE-1237
Project: Maven Surefire
Issue Type: New Feature
Components: Maven Surefire Plugin
Affects Versions: 2.19.1
Reporter: Koen Serneels
At the moment I grouped the test classes of a Maven module into different
TestNG suite files based on some criteria. The different suite's are ran
sequentially ootb by surefire. With the current version it is possible to run
the suites in parallel using multiple threads. However, in my situation In
need different JMVs per suite XML file, in which each test need to run
sequentially. So for example, JVM1 will work on all tests contained by suite1
(running them sequentially) but in the meantime JVM2,3,4 etc will do the same
thing for their suite XML file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)