After upgrading to macOS Ventura Cypress component testing has stopped working. #24868
Unanswered
mschaefer-gresham
asked this question in
Component Testing
Replies: 1 comment 1 reply
-
@mschaefer-gresham Sorry to hear you are having issues. Could please open an issue with these details? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading to Ventura, Cypress component testing has stopped working. I've seen other related posts. I've tried granting Full Disk Access and App Management rights to every program involved: iTerm, Webstorm, yarn, npm, node, Cypress.
Cypress hangs here (
yarn cypress open --component
):I had node 16 installed before upgrading to Ventura. With node 16,
yarn cypress run --component --browser chrome
still works. Butyarn cypress open --component
hangs as above. I installed node 19 after upgrading to Ventura and both commands hang using version 19.Using node 19,
yarn cypress run --component --browser chrome
hangs here on the first test:Another member on my team only had to give App Management rights to iTerm and Webstorm and Cypress is working. But he didn't install a new node version after upgrading or make any other changes. I had also freshly cloned our repo and did a yarn install after the upgrade which he didn't do. I'm guessing that if he made similar changes he would have the same issues.
If I run
sudo yarn cypress open --component
the tests load, but when I try to run one, it just hangs here:I tried givng iTerm Full Disk Access, App Management rights, and added it to Developer Tools (all under Privacy and Security).
This is frustrating. Any suggestions would be welcome.
Beta Was this translation helpful? Give feedback.
All reactions