-
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 failed to make a connection to the Chrome DevTools Protocol #19122
Comments
I have the same issue for both firefox and chromium. Cypress Version9.1.1 |
same for me |
@PolinaLyzenkova I solved it this morning, for me it was a typo inside my /etc/hosts |
I had the same issue and I solved it by changing the
To check, you can ping localhost and make sure it resolve to In my case, the router's DNS was resolving localhost to |
@Svetlana0107 did this happen for you locally or in ci? i've been having this issue a lot in ci. i'm on version 9.5.3 now. |
@onthespotqa it’s reproduced locally in my case |
@Svetlana0107 Any update on this issue? Facing the same issue |
Having the same on my side, any updates on the issue? |
The original issue here referred to Test code to reproduce Are you still seeing this issue? Which examples are you referring to? Could you provide a URL? |
Which version of Cypress are you using? This issue refers to an old version Are you also using examples provided by Cypress? If not do you have a public repo where you can show the problem? |
Looking over this thread I don't see any details about which examples folks are referring to. This ticket is also for a quite old version of Cypress. As such I am going to close this issue. If anyone in this thread is still experiencing this issue on the latest versions of Cypress please open a new ticket and we will be happy to investigate. |
Hi there, the same issues happened today for me on my GitHub action CI. Can you help me on that ? Cypress version 12.7.0 Here is the workflow file :
|
Which version of Chrome are you using? |
If you see runner-image If possible, update to |
Just commenting in case it helps anyone else. This issue would randomly happen to us (using cypress v13.3.3) in our azure devops pipeline jobs but only when using the windows-2019 image. We have our tests split up to run in 20 different parallel jobs and inevitably at least one of the agents would get this issue. Switching to ubuntu-20.04 fixed the issue for us. |
Thanks, It helped. |
Current behavior
Stack trace
Desired behavior
connect without any issues
Test code to reproduce
demo codes from examples
Cypress Version
9.1.0
Other
No response
The text was updated successfully, but these errors were encountered: