🌐 website :bird: @rwx_research :speech_balloon: discord :books: documentation
ABQ is a universal test runner that runs test suites in parallel. It’s the best tool for splitting test suites into parallel jobs locally or on CI.
The rspec-abq
gem provides the RSpec bindings for ABQ.
To use ABQ, check out the documentation on getting started.
Here's a demo of running an RSpec test suite, and then using abq
to run it in parallel.
ABQ invokes any test command passed to it, so you can continue using your native test framework CLI with any arguments it supports.
Include the rspec-abq
gem in your Gemfile
.
Commonly, it's added under a test group.
group :test do
gem "rspec-abq"
end
See the docs for more notes on installation and compatibility with other RSpec libraries.
For working on rspec-abq
itself, see DEVELOPMENT.md
Bug reports and pull requests are welcome on GitHub at https://github.com/rwx-research/rspec-abq. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Everyone interacting in the Rspec::Abq project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.