We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be really helpful if we have a feature to rerun the failed tests. 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. 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 recently in here cucumber-rs/cucumber#212
It would be really helpful, if you consider this. Thank you :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be really helpful if we have a feature to rerun the failed tests. 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.
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 recently in here cucumber-rs/cucumber#212
It would be really helpful, if you consider this. Thank you :)
The text was updated successfully, but these errors were encountered: