Closed
Description
Konstantin Boudnik opened SPR-5903 and commented
It is a typical situation when one might have to run a combination of tests belonging to a different test-groups. E.g. a test method A is a part of 'smoke' and a test method B belongs to 'integration' test group. If I want to execute test methods A and B I have to run two separate JUnit runs: one for 'smoke' and the separate one for 'integration'.
It's be great to have a way to combine together tests from more than one test group in a single test run. E.g.
% ant -Dtest-groups=smoke,integration run-tests
This approach resembles one of TestNG has for its test groups, which is very convenient IMO
Affects: 2.5.6
Issue Links:
- Class-level @IfProfileValue overrides method-level @IfProfileValue settings [SPR-5902] #10571 Class-level
@IfProfileValue
overrides method-level@IfProfileValue
settings - Create annotation to group tests [SPR-3653] #8334 Create annotation to group tests
- Introduce strategy for determining if a profile value is enabled for a particular test environment [SPR-4862] #9538 Introduce strategy for determining if a profile value is enabled for a particular test environment
- Introduce strategy for determining if a profile value is enabled for a particular test environment [SPR-4862] #9538 Introduce strategy for determining if a profile value is enabled for a particular test environment ("is superseded by")