[Cypress][Mac][Error launching browser] Failed to connect to Chrome, retrying in 1 second(attempt 1/62)
I'm trying to integrate Cypress on my react node web application and I'm getting the following error when I try to execute cypress open command on Mac:
Failed to connect to Chrome, retrying in 1 second(attempt 1/62).
It's Opening a blank chrome window instead of showing the test results.
1 Answer
4 years ago by Jahaan
Try using Electron which is the default browser that comes with Cypress instead of Chrome 95.
4 years ago by Meera