Example repo for rspec-sanity
- CircleCI as the test runner
- Github issues within this repository used as flaky tests catalog
See .circleci/config.yml
for a fully working example - it also uses store_test_results
for collecting results on 1st pass so you will have nice output in the CircleCI's UI if all your flaky tests are passing on 2nd attempt:
In that scenario all flaky tests were reported to corresponding Github issues, flaky tests are visible in the UI, and the build exited with a 0 status.