-
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
Cypress freezes on MacOS Sonoma #28519
Comments
@alxndrpro Hmm, we haven't had this freezing reported for anyone else on Sonoma. There is this hanging issue in 13.6.0+, but it doesn't cause the process to freeze like this. Is there any improvement when using other versions of Cypress? |
Hi! I've tried v13.6.0 and v13.5.0 No improvement. I've ran 'npx cypress open' (tried both from VS Code terminal, and OS terminal), and after choosing configured Electron v114 the workspace opens next and after 10-15 seconds it freezes like this. So far that simple sample project I have and plugin 'prettier' installed, nothing more. |
Not sure if its related, but Cypress 13.6.0 and above hang when hot reloading. The test runs fine first time, but if I change the code or test script, Cypress hangs when it tries to auto re-run the test and I need to force quit cypress and restart. 13.5.1 works fine. |
@steveatkoan It looks like you're likely encountering this issue: #28392 You could downgrade to 13.5.1 or follow these steps to get around the issue in our newer version. |
thanks. that solved my problem. much appreciated |
Test code to reproduce
Cypress Mode
cypress open
Cypress Version
13.6.1
Browser Version
Electron 14
Node version
21.4
Operating System
Sonoma 14.1.2
Memory Debug Logs
No response
Other
The text was updated successfully, but these errors were encountered: