Open
Description
🤔 What's the problem you're trying to solve?
It is always frustrating when the test fails with no reason and just works fine with a retry. It is common to fail one or other test when there are thousands of tests running in parallel. There can be multiple reasons for failure like network slowness, overloaded server.
✨ What's your proposed solution?
It would be really helpful if we have a feature to rerun the failed tests.
Rerun option is also provided by other tools for example
ctest -> https://cmake.org/cmake/help/v3.17/manual/ctest.1.html ( --repeat until-pass:n )
maven-surefire-plugin -> https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html
I have also seen in here cucumber-rs/cucumber#212
It would be really helpful, if you consider this. Thank you :)
⛏ Have you considered any alternatives or workarounds?
No response
📚 Any additional context?
No response
Metadata
Metadata
Assignees
Labels
No labels