-
Bug
-
Resolution: Done
-
Major
-
1.0.0.CR5
-
None
The 'alwaysRun' parameter on the Arquillian TestNG base class causes these methods to ALWAYS get run, even when Arquillian tests are excluded via their group.
@BeforeSuite(alwaysRun = true)
public void arquillianBeforeSuite() throws Exception
This has a side effect of breaking maven profiles that use testng groups to select their tests.
- blocks
-
ARQ-646 TestNG groups can only be used to run non Arquillian tests
- Open