[
https://issues.apache.org/jira/browse/SUREFIRE-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841315#comment-16841315
]
Tibor Digana commented on SUREFIRE-1584:
----------------------------------------
[~jonbell]
Do you want to rerun each test class or entire testset?
IMO the {{JUnitPlatformProvider}} can make rerun of testset (this means at the
end of particular JVM).
Rerun already exists. It has its own configuration:
https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html
It was committed by qingzhouluo and Andreas Gudian in 2014.
Introducing a duplicate rerun configuration would be a big chaos for all users.
It cannot be two rerun counts and both valid. Can you imaging what
misunderstanding would be in user's world. Which one is valid and when.
> Rerun Failing Tests with JUnit 5
> --------------------------------
>
> Key: SUREFIRE-1584
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1584
> Project: Maven Surefire
> Issue Type: New Feature
> Components: JUnit 5.x support, Maven Surefire Report Plugin
> Affects Versions: 2.22.0
> Reporter: Tic Tac
> Priority: Major
> Labels: junit5
>
> The very useful feature for integration tests ¨[Rerun Failing
> Tests|https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html]¨
> is currently only supported for the very outdated JUnit 4.
> The documentation says: ¨This feature is supported only for JUnit 4.x.¨
> Can you please support this feature for JUnit 5.3 or later?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)