machine.specifications icon indicating copy to clipboard operation
machine.specifications copied to clipboard

Support running tests in parallel

Open RedwoodForest opened this issue 12 years ago • 0 comments

It would be nice to be able to run tests in parallel from the command line runner. This would allow us to speed up our continuous builds by reducing test time.

Our tests are written so that they can be run in any order and simultaneously without conflict (so we can run them with, e.g., NCrunch) so we don't require support for more complex cases like requiring sequential execution for specific tests.

RedwoodForest avatar Jul 24 '13 03:07 RedwoodForest