Rspecq Versions Save

Distribute and run RSpec suites among parallel workers; for faster CI builds

v0.4.0

3 years ago

A feature release with support for fail-fast builds.

Added

  • Builds can be configured to terminate after a specified number of failures, using the --fail-fast option.

v0.3.0

3 years ago

Added

  • Providing a Redis URL is now possible using the --redis-url option [#40]

Changed

  • [DEPRECATION] The --redis option is now deprecated. Use --redis-host instead [#40]

v0.2.2

3 years ago

Fixed

  • Worker would fail if application code was writing to stderr [#35]

v0.2.1

3 years ago

Changed

  • Sentry Integration: Changed the way events for flaky jobs are emitted to a per-flaky-job fashion. This ultimately improves grouping and filtering of the flaky events in Sentry [#33]

v0.0.1.pre1

3 years ago

First public release :tada: :tada: :tada:

v0.2.0

3 years ago

This is a feature release with no breaking changes.

Added

  • Flaky jobs are now printed by the reporter in the final build output and also emitted to Sentry (if the integration is enabled) [#26]

v0.1.0

3 years ago

This is the first stable RSpecQ release, with some new features and a few breaking changes.

Note: Breaking changes are prefixed with a "[BREAKING]" label.

Added

  • Sentry integration for various RSpecQ-level events [#16]
  • CLI: Flags can now be also set environment variables [c519230]
  • CLI: Added shorthand specifiers versions for some flags [df9faa8]
  • CLI: Added --help and --version flags [df9faa8]
  • CLI: Max number of retries for failed examples is now configurable via the --max-requeues option [#14]

Changed

  • [BREAKING] CLI: Renamed --timings to --update-timings [c519230]
  • [BREAKING] CLI: Renamed --build-id to --build and --worker-id to --worker [df9faa8]
  • CLI: --worker is not required when --reporter is used [4323a75]
  • CLI: Improved help output [df9faa8]

v0.0.1.pre2

3 years ago