serpapi / turbo_tests

Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
https://rubygems.org/gems/turbo_tests
MIT License
172 stars 26 forks source link

Support --only-group command-line option #2

Open ilyazub opened 3 years ago

ilyazub commented 3 years ago

parallel_tests has an option to distribute tests across multiple CI workers (eg., strategy.matrix for GitHub Actions.)

For instance, bundle exec parallel_test test -n 6 --only-group 5,6.

I want to be able to do the same with turbo_tests: bundle exec turbo_tests -n6 --only-group 6.