Rerun failed tests is now generally available for all CircleCI users! Save time and money by rerunning the tests that fail, instead of the entire test suite.
Watch our announcement video:
See it in action:
View more resources:
For further information, questions, and comments, please see our product launch thread here:
Now GA:
Docs: Re-run failed tests - CircleCI .
New functionality to rerun failed tests. When selecting this option (see image below), only a subset of tests are rerun, instead of rerunning the entire test suite when a transient test failure arises.
Historically, when your testing job in a workflow has flaky tests, the only option to get to a successful workflow was to rerun your workflow from failed . This type of rerun executes all tests from your testing job, including tests that passed, whic…
2 Likes
is there away to re-run only failed tests using the API and not UI? From the API doc, i see its only possible to trigger from_failed
1 Like