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

Parallelization on Mac #3676

Closed
tbell511 opened this issue Mar 9, 2019 · 2 comments
Closed

Parallelization on Mac #3676

tbell511 opened this issue Mar 9, 2019 · 2 comments

Comments

@tbell511
Copy link

tbell511 commented Mar 9, 2019

It is possible to utilize parallel tests outside a CI? I just want to run them on my computer for simplicity.

Thanks!

@jennifer-shehane
Copy link
Member

Hey @tbell511, Yes - you can run cypress run multiple times within separate terminal windows. In order to associate each terminal window to the same 'run', you will want to pass in the same --ci-build-id flag for each instance. This can be any ID you make up. Normally this would be automatically generated when run in CI.

However, you will quickly run into performance limitations since running multiple instances of Cypress - all running Chrome testing your application - will use up a lot of CPU. It may be good to run 2 terminal windows or playing around with some experimentation with parallel settings, but all of the tests will begin to slow down significantly after that.

It's best to run in isolated CI environments with enough CPU to handle each run.

Just to note, for the future, issues in our GitHub repo are reserved for potential bugs or feature requests.

We recommend questions relating to how to use Cypress be asked in our community chat. Also try searching our existing GitHub issues, reading through our documentation, or searching Stack Overflow for relevant answers.

Alternatively, signing up for any of you paid plans gives you access to our team for support via email. If you would like something higher touch, we also offer screen sharing and workshops with our premium support options.

@tbell511
Copy link
Author

@jennifer-shehane Thanks for the response! Yes, I waited long as possible before posting here :) I exhausted all other options, including the chat, but never could get a response. I know you and the team are very busy so thanks for taking the time to answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants