Sergey Malahovsky created SUREFIRE-1119:
-------------------------------------------
Summary: Run tests without order
Key: SUREFIRE-1119
URL: https://jira.codehaus.org/browse/SUREFIRE-1119
Project: Maven Surefire
Issue Type: Wish
Affects Versions: 2.18
Reporter: Sergey Malahovsky
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.1.6#6162)