-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running tests in parallel #53
Comments
Yes I would also like this feature. Though I think the title of this issue should start with the word "Running" instead of "Ruining". Any advice on how to set this up? Perhaps there's a way to do this by passing PhantomJS parameters in? |
did you mean run multiple urls simultaneously, or several tests simultaneously within the same url ? |
I don't know about @dorgan, but I meant Case 1. For case 2, I'll look at On Tue, Mar 11, 2014 at 2:30 AM, Clément [email protected] wrote:
|
I meant Case 1 (Multiple URLs) |
@dorgan, Let see what the maintainers will say about this, but big job. Eventually, did you evaluate mocha as an alternative, i know they have some qunit style support, but i can t guarantee it will work, i never tried myself. Also you would still need to find a task that run your tests in parallel. But, if it reveals successful, it could avoid you a PR. Also mocha provides much more reporters out of box than qunit. Can t help you much more as i don t face such problems myself. @tieTYT, it is definitely a single threaded language. |
Seems like this would be a good start. https://github.com/iammerrick/grunt-parallel |
If you have over 100 tests some of which take a couple of seconds to run because of call backs it would speed things up to be able to run tests in a multi threaded environment.
The text was updated successfully, but these errors were encountered: