-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
Decide which mechanism to use to assign the tests into one or multiple groups.
Posibilities:
1)
@Test @Category(IntegrationTests.class)
http://weblogs.java.net/blog/johnsmart/archive/2010/04/25/grouping-tests-using-junit-categories-0
Also, Arquillian itself supports grouping: https://github.com/weld/core/blob/master/tests-arquillian/src/test/java/org/jboss/weld/tests/Categories.java
2)
@Ignore
3) Maven Surefire <includes> and <excludes>