You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: