Skip to content

Running tests in certain order #884

@noopur2507

Description

@noopur2507

I do not see any equivalent of the JUnit 4 method org.junit.runner.Request.sortWith(Comparator<Description> comparator) in JUnit 5 M4, which can be used to run the tests in a certain order, defined by the comparator.

Is it planned to provide such support or can it be done in some other way?

Eclipse uses this to rerun a test with failures first, which has been disabled for JUnit 5: bug 518052.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions