-
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
Encountering browserSocket error using Custom Chromium 66 #30200
Comments
This issue list is about errors in the documentation. If you think that there is a bug in the Cypress software then you can open an issue on https://github.com/cypress-io/cypress/issues and supply the requested information. Please make sure that you are using a supported operating system and a supported version of Node.js ( According to https://docs.cypress.io/guides/guides/launching-browsers#Browser-versions-supported Cypress supports the browser versions below: Chrome 64 and above. Chrome 80 and above is required for cypress open usage. |
I'm using the 18.x version of the node.js and make sure the operating system supports the use of the browser. When using cypress, I used the command of cypress run, but the problem still appears |
It seems like that there was a problem in launching Chrome with cypress.I wonder if chromium 66 is supported with the cypress run command |
Officially it is supported. I tried a few versions of Chromium < 80 on Ubuntu 20.04 with Cypress It's up to you if you want to report your problem on https://github.com/cypress-io/cypress/issues , however given that this browser is 6 years old I don't expect anything except the documentation to be fixed. It's already suggested to drop support for Chrome < 80 in the next major release of Cypress. |
Please add your configuration information. Cypress version: ? I tried on a virtual Ubuntu system and I could get Chromium 66 to run with On Cypress
On Cypress
I installed using npx @puppeteer/browsers install chromium@540276 |
Cypress version: 10.8.0 |
|
Description
When I test chrome66 using cypress, I expect it to work, but it gets stuck. I used the DEBUG command to check and found an error:https-proxy received error on client browserSocket { err: Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20) { errno: -54, code: 'ECONNRESET', syscall: 'read' }, url: 'example.cypress.io:443' }
URL of Issue(s)
https://docs.cypress.io/guides/guides/launching-browsers#Chrome-Browsers
Steps to replicate
Browser
Google chromium 66
Device
Additional Information
No response
The text was updated successfully, but these errors were encountered: