Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwojsznis/rspec-sanity-example
Example usage of rspec-sanity tests wrapper
https://github.com/rwojsznis/rspec-sanity-example
flaky-tests rspec rspec-testing ruby
Last synced: 4 days ago
JSON representation
Example usage of rspec-sanity tests wrapper
- Host: GitHub
- URL: https://github.com/rwojsznis/rspec-sanity-example
- Owner: rwojsznis
- Created: 2023-03-25T08:19:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:08:31.000Z (about 1 year ago)
- Last Synced: 2024-12-12T14:07:58.698Z (about 2 months ago)
- Topics: flaky-tests, rspec, rspec-testing, ruby
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Example repo for [rspec-sanity](https://github.com/rwojsznis/rspec-sanity)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/rwojsznis/rspec-sanity-example/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/rwojsznis/rspec-sanity-example/tree/main)
1. CircleCI as the test runner
2. [Github issues](https://github.com/rwojsznis/rspec-sanity-example/issues) within this repository used as flaky tests catalogSee `.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.