Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We have several different "executions" defined in our integration tests. It seems that our purpose was to run one suite per execution, but the side effect is that it's hard to run one single tests as my usual command line:
mvn clean integration-test -pl test -Dtest=$TEST
Will execute the test $TEST once for each execution defined.
It seems that maven surefire plugin supports multiple suites per single execution, so I'm wondering if that will work for us as well.
Attachments
Attachments
Issue Links
- links to