-
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
Headless mode execution issue on Chrome read ECONNRESET Error: read ECONNRESET at TCP.onStreamRead #27833
Comments
This comment was marked as outdated.
This comment was marked as outdated.
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
You should not see this issue if you update to Cypress Note that Node.js |
Hi @zubairrshahidd I agree with @MikeMcC399 that the issue you are seeing is a duplicate. Can you try the work arounds listed in #27804 and see if those help? I am going to close this issue as a duplicate at this point. If you find evidence that this is a separate problem please comment back here and we can reopen. |
Current behavior
On running the following command, I am getting an error for the Chrome browser.
npx cypress run --browser chrome --spec "cypress/e2e/canvasObjectsPlacement.cy.js"
It works fine on Electron and Brave browsers.
[Cypress-issue-logs.zip](https://github.com/cypress-io/cypress/files/12651490/Cypress-issue-logs.zip)Desired behavior
No response
Test code to reproduce
Code I am using
it('should pass', () => {
cy.visit('https://example.com');
});
Cypress Version
Cypress package version: 13.1.0 (also tested with 10.11.0)
Node version
v16.14.0
Operating System
macOS 13.3.1 (22E261
Debug Logs
zip file is added in comment
Other
No response
The text was updated successfully, but these errors were encountered: