Skip to content

rspec-abq v1.1.0

Compare
Choose a tag to compare
@kylekthompson kylekthompson released this 10 Feb 14:14
· 19 commits to main since this release
f4792c6

🔁 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]