You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/20 11:34:00 UTC

[jira] [Closed] (SUREFIRE-1119) Run tests without order

     [ https://issues.apache.org/jira/browse/SUREFIRE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold closed SUREFIRE-1119.
-------------------------------------------

> 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
(v8.3.4#803005)