turbo_tests icon indicating copy to clipboard operation
turbo_tests copied to clipboard

Support reading `.rspec_parallel`

Open Bo98 opened this issue 2 years ago • 1 comments

One of the scenarios where turbo_tests doesn't work as a drop-in replacement for parallel_tests yet is that the latter reads from .rspec_parallel, if available. An important difference .rspec_parallel has over .rspec is that it overrides any global ~/.rspec config.

https://github.com/grosser/parallel_tests/blob/6e9be6f529b64e5f9c8e4439754bca0b2ef3f2b1/lib/parallel_tests/rspec/runner.rb#L80

Bo98 avatar Dec 17 '23 02:12 Bo98

I just happened to be looking for this support, +1 for the PR @Bo98! Thanks for adding this ❤️ 🙏

tkling avatar Jan 23 '24 20:01 tkling