Cypress : Still waiting to connect to Chrome, retrying in 1 second

Viewed 3426

Im trying to run cypress but i have this error message "Still waiting to connect to Chrome, retrying in 1 second" Cypress version 9.5.3 Chrome version 99.0.4844.84 MacsOs : Big sur enter image description here

2 Answers

Solved by closing another instance of chrome browser that I did not notice was running in the background

I had the same issue and closed my other Chrome window which had 4 tabs open, and the tests started working.

Related