https://cypress.io logo
E2E testing in Chrome stuck
# i-need-help
s
Hi all, I have an issue that on setup of Cypress project from scratch when selecting a browser Cypress gets stuck. On a terminal there aren't any output that might provide any clue what is the issue. NodeJS version is 16.8.1 and Cypress is 12.8.1, Google Chrome on machine is 111, all is running on MacOs with Intel CPU. If Electron selected everything is just fine. Any assistance would be highly appreciated.
a
I had this issue the first time I launched
12.8.1
- bizarrely, I had only specified up to
12.8.0
in my
package.json
. Have you tried quitting everything, re-running your
npm install
script (or whatever you use to bootstrap your environment) and then trying again? It worked for me after that.