rspec-abq v1.1.0
🔁 1.1.0 Tracks retries made through rspec-retry
With this release, we've introduced a tighter integration with rspec-retry
. When your tests are retried, ABQ will track those as "past attempts" of your test. If you're integrating with Captain you'll see that any tests which fail, are retried, and pass will be recorded as flaky.
🪙 Changelog 🪵
Bugs
N/A
Enhancements
- Track past attempts from rspec-retry [#101]