[
https://issues.apache.org/jira/browse/SUREFIRE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044107#comment-15044107
]
Tibor Digana commented on SUREFIRE-1119:
----------------------------------------
[~malahovskys]
I don't think the feature would be realistic because the pattern can be regex.
The only way would be to provide a programmatic API to specify test filter by
customer in Surefire 3.0.
WDYT?
> Run tests without order
> -----------------------
>
> Key: SUREFIRE-1119
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1119
> Project: Maven Surefire
> Issue Type: Wish
> Affects Versions: 2.18
> Reporter: Sergey Malahovsky
> Assignee: Tibor Digana
> Priority: Minor
>
> It will be great to have ability to run tests in direct order without any
> sorting.
> For example:
> <configuration>
> <includes>
> <include>**/*CTestSuite*</include>
> <include>**/*ATestSuite*</include>
> <include>**/*BTestSuite*</include>
> </includes>
> <runOrder>direct</runOrder>
> </configuration>
> In current solution test suites will be sorted by alphabetical (or another
> order): **/*ATestSuite*, **/*BTestSuite*, **/*CTestSuite*.
> But sometimes it needs to run without any sorting in order as specified in
> <includes>/<include> tags: **/*CTestSuite*, **/*ATestSuite*, **/*BTestSuite*.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)