Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.6
-
None
Description
The TestNG runner supports a '--groups' param which includes only classes/methods/tests annotated with the corresponding values in the groups array of the @Test annotation, i.e., @Test(groups=
{"foo", "bar"}) to be included in the running of TestNG tests.