rspecq

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

MIT License

Downloads
46.1K
Stars
156
Committers
12

Bot releases are visible (Hide)

rspecq - 0.4.0 Latest Release

Published by agis about 4 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.
rspecq - 0.3.0

Published by agis about 4 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]
rspecq - 0.2.2

Published by agis about 4 years ago

Fixed

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

Published by agis about 4 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]
rspecq - 0.0.1.pre1

Published by agis about 4 years ago

First public release 🎉 🎉 🎉

rspecq - 0.2.0

Published by agis about 4 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]
rspecq - 0.1.0

Published by agis about 4 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]
rspecq - 0.0.1.pre2

Published by agis over 4 years ago