Skip to content
New issue

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

Retry failed tests automatically after the execution #497

Open
harikamankala opened this issue Aug 17, 2022 · 0 comments
Open

Retry failed tests automatically after the execution #497

harikamankala opened this issue Aug 17, 2022 · 0 comments

Comments

@harikamankala
Copy link

harikamankala commented Aug 17, 2022

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant