Skip to content

Enable running rspec in parallel based on a given list of test files

We are almost blocked in test execution because rspec fail-fast is not parallel. If we were to move towards dynamic mapping, the number of tests that need to run would increase.

To unblock, we'd need to be able to parallelise this job.

Challenges:

Edited by Albert Salim