-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
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
- Use chromium version
- Stuck while running test
- Use DEBUG to see the error
- cypress: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' }
Browser
Google chromium 66
Device
- PC
- Mac
- iPhone
- iPad
- Android Phone
- Android Tablet
Additional Information
No response