Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 994 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 994 Bytes

Example repo for rspec-sanity

CircleCI

  1. CircleCI as the test runner
  2. 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:

Screenshot 2023-03-25 at 14 43 10

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.