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 5.2.0 : Unable to make a connection to chrome browser #8674
Comments
Not only in Jenkins. I experience this issue frequently on my laptop |
How to deal with that if this is so that way |
I still have this issue in my CircleCI pipeline using 5.2.0. '--disable-gpu' makes no difference. |
I have exactly the same issue, no known resolution yet. |
'--disable-gpu' not help. The error still occurs. Checked in travis-ci. Cypress version 5.3.0, 6.0.0. |
I still get this issue with Cypress 6.1.0 |
Cypress 6.2.1 still has this issue, and '--disable-gpu' makes no difference. |
The code for this is done in cypress-io/cypress#14348, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
cypress run fails in jenkins pipeline with the following error on Chrome:
Note that this doesn't appear to be 100% consistent. I saw it in the past and now have been seeing it again for the last 4 days.
We had previously observed this before, and upgraded cypress version to 5.2.0. followed the steps given on issue #7450 but no luck. Seems like that issue is still open and I assume the fix is still outstanding.
Desired behavior
The tests should kick off successfully without the chrome browser error
Test code to reproduce
Tried the following based on the inputs from one of the users
@nids2307 try below code in Plugins/index.js its working
Versions
Cypress: 5.0.0 as well as 5.2.0
Browser: Chrome 83
OS: Windows 10
The text was updated successfully, but these errors were encountered: