Skip to content

Allow multiple values be specified in the runtime for tests filtering by @IfProfileValue [SPR-5903] #10572

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions