Extend TestNG support to support TestNG runner '--groups' param to allow for
annotated group inclusion
-------------------------------------------------------------------------------------------------------
Key: BUILDR-598
URL: https://issues.apache.org/jira/browse/BUILDR-598
Project: Buildr
Issue Type: Improvement
Components: Test frameworks
Affects Versions: 1.4.6
Reporter: Christopher Coco
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira