-
Notifications
You must be signed in to change notification settings - Fork 307
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
Parallel test execution / sharding #779
Comments
I just saw in the feature matrix that Intern Does that parallel "only" mean multiple types of browsers at the same, |
Yes, currently it just refers to running the same tests in different browsers at the same time. It sounds like you’re interested in having a test runner partition a test set and run different groups on different instances of th same browser at the same time? |
Yes, exactly. |
Closing this in favor of #546 |
I currently use Karma and I am looking for a possibility to execute my tests (> 2500) in parallel ... to utilize more CPUs ... and save some time. However, in Karma a parallelization/sharding feature is not yet implemented:
karma-runner/karma#439
Does Intern already provide one?. I guess not... since I could not find any information about it?
The text was updated successfully, but these errors were encountered: