Releases: rwx-research/rspec-abq
rspec-abq v1.2.0
rspec-abq v1.2.0
rspec-abq
1.2.0 adds support for RSpec 3.13 and requires Ruby 3.0+ and RSpec 3.8+.
🪙 Changelog 🪵
Enhancements
- Add support for RSpec 3.13 [#125]
Deprecations
Internal Enhancements
rspec-abq v1.1.5
rspec-abq 1.1.4
rspec-abq
1.1.4 configures RSpec's default "progress" reporter if no reporter other than rspec-abq
's is configured.
This ensures that integrations with ABQ will display RSpec output to the ABQ UI, even if no reporter is configured by the user.
If another RSpec reporter is configured, for example via your custom RSpec configuration, rspec-abq
will not configure the default reporter.
rspec-abq v1.1.3
🙈 1.1.3 better time reporting
In this release, we report higher precision timings to abq.
🪙 Changelog 🪵
Enhancements
- resolve report test timing in microseconds instead of seconds[#109]
rspec-abq v1.1.2
rspec-abq v1.1.1
🙈 1.1.1
In This Release, we did some excellent things.
🪙 Changelog 🪵
Enhancements
- Wrap likely ABQ network errors to more easily identify as coming from ABQ connections [#104]
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]
rspec-abq v1.0.7
rspec-abq v1.0.6
🙈 1.0.6 Title of Github Release Prefixed By Version and Fun Emoji!
PLEASE REPLACE THIS RELEASE TEMPLATE. IT WILL POPULATE THE GITHUB RELEASE !
In This Release, we did some excellent things.
🪙 Changelog 🪵
Bugs
- fixed a cool bug [#90]
rspec-abq v1.0.5
🙈 1.0.5 Title of Github Release Prefixed By Version and Fun Emoji
PLEASE REPLACE THIS RELEASE TEMPLATE. IT WILL POPULATE THE GITHUB RELEASE !
In This Release, we did some excellent things.
🪙 Changelog 🪵
Enhancements
- uses abq protocol version 0.2 [#77] (thanks @ayazhafiz)
- uses RSpec's formatter API allowing compatibility with other formatters (e.g. capybara-inline-screenshot) [#82]