-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Comments
Hey @tbell511, Yes - you can run 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. |
@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! |
It is possible to utilize parallel tests outside a CI? I just want to run them on my computer for simplicity.
Thanks!
The text was updated successfully, but these errors were encountered: