Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Backlog
-
Fix Version/s: None
-
Component/s: Maven Failsafe Plugin, Maven Surefire Plugin
-
Labels:None
-
Complexity:Intermediate
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
It'd be handy in some circumstances to be able to read the excludes (and includes) from text files. This would allow for dynamically determining which tests to skip or include (for whatever reason) before the tests are executed, or for pulling in a list of tests to exclude/include from an external source, etc. We're planning to use this at Cloudera for segregating "flaky" tests from our primary test runs (and vice versa). Patch attached, though I'm sure it could still use work.
Issue Links
- relates to
-
SUREFIRE-726
Test list preprocessor support for tests to be run
-