Skip to content

Releases: rwx-research/rspec-abq

rspec-abq v1.2.0

01 Mar 02:19
v1.2.0
67dce75
Compare
Choose a tag to compare

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

  • Remove support for Ruby 2.7 [#119]
  • Remove support for RSpec 3.5-3.7 [#121]

Internal Enhancements

  • Update webdrivers [#118]
  • Update development gems [#117]
  • Test with Ruby 3.2 and 3.3 [#120]
  • Fix cross-platform sanitization of backtraces in tests [#122]

rspec-abq v1.1.5

25 May 07:36
v1.1.5
8957467
Compare
Choose a tag to compare

😎 1.1.5 Small Fixes

Fixes some edge cases

  • enabled color output for rspec 3.5
  • fixed an edge case where very slow generating manifests would cause ABQ to time out

🪙 Changelog 🪵

Bugs

  • perform ABQ handshake before manifest generation[#114]

Enhancements

  • enabled color for rspec 3.5 [#113]

rspec-abq 1.1.4

27 Mar 15:38
v1.1.4
42970bf
Compare
Choose a tag to compare

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

27 Mar 15:26
v1.1.3
37fd93f
Compare
Choose a tag to compare

🙈 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

15 Feb 13:39
eba1f09
Compare
Choose a tag to compare

🍂 1.1.2 dropping ruby 2.6 support

Just dropping ruby 2.6 report

🪙 Changelog 🪵

Internal Enhancements

  • fixed tests & test flakiness [#107]

Deprecations

  • drop support for ruby 2.6 [#106]

rspec-abq v1.1.1

14 Feb 21:20
045715a
Compare
Choose a tag to compare

🙈 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

10 Feb 14:14
f4792c6
Compare
Choose a tag to compare

🔁 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

02 Feb 19:26
a35d122
Compare
Choose a tag to compare

🙈 1.0.7 Title of Github Release Prefixed By Version and Fun Emoji!

In This Release, we did some excellent things.

🪙 Changelog 🪵

Bugs

  • Fix skipping outside of an example [#96]

Chores

rspec-abq v1.0.6

26 Jan 16:58
0e0223d
Compare
Choose a tag to compare

🙈 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

04 Jan 12:40
f847589
Compare
Choose a tag to compare

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