Post execution rerun mechanism for only failed tests #27044
Unanswered
cj7282
asked this question in
Questions and Help
Replies: 1 comment
-
Any update or answer on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our current regression testing via Cypress we are using the "retries" functionally to run failed tests one time during our test execution if they fail.
We are wanting to add even more robustness in filtering out flaky tests by utilizing a mechanism that collects the tags of the tests that failed after the retry and reruns them at the end after the regression suite has finished running all tests.
Once these failed tests are identified and rerun, if they pass, the report would update so we have a more true view of the failing tests that need to be modified.
Beta Was this translation helpful? Give feedback.
All reactions