rspec_n
rspec_n copied to clipboard
Ability to run the specs in parallel
Hi
This is an awesome gem! Thanks for working on it. Do you also intend to run the specs in parallel? Or are there plans to do it in near future?
Thanks Ramya
Hi. I'm glad you're finding the gem helpful! We can definitely look into adding support for parallel specs. You may be able to use them today if you pass an exact command via the -c
option.
I'll probably take a closer look in April/May (once Rails 6 is released), unless you want to submit a PR sooner.
I'm going to close this since it's been open for a while without anyone taking action. It should be possible to run parallel specs today using the -c
option to pass the command you'd like to run. I added a note to the README about this.
If someone has time to work on way to automatically detect when parallel vs single specs should be run, I'm happy to take a PR.