Skip to content
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

Closed
stefaneidelloth opened this issue Jul 29, 2017 · 5 comments
Closed

Parallel test execution / sharding #779

stefaneidelloth opened this issue Jul 29, 2017 · 5 comments
Labels
enhancement A new or improved feature

Comments

@stefaneidelloth
Copy link

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?

@stefaneidelloth
Copy link
Author

I just saw in the feature matrix that Intern
"Runs tests in parallel for improved performance"
https://theintern.github.io/

Does that parallel "only" mean multiple types of browsers at the same,
or also several tests for one type of browser at the same time?

@jason0x43
Copy link
Member

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?

@stefaneidelloth
Copy link
Author

stefaneidelloth commented Jul 29, 2017

It sounds like you’re interested in having a test runner partition a test set and run different groups on different instances of the same browser at the same time?

Yes, exactly.

@jason0x43
Copy link
Member

That’s been in the idea bin for a while (#391, #546), but I don’t believe anyone’s spent much time on it yet. It’s certainly something we’d like to support. I also created #780; if we develop a solution for WebDriver tests, the same solution might as well apply to Node.

@jason0x43
Copy link
Member

Closing this in favor of #546

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new or improved feature
Projects
None yet
Development

No branches or pull requests

2 participants