Skip to content
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 test fail #282

Closed
cristian-ungureanu opened this issue Sep 21, 2023 · 2 comments · Fixed by #283
Closed

Cypress test fail #282

cristian-ungureanu opened this issue Sep 21, 2023 · 2 comments · Fixed by #283
Assignees
Labels
bug This label could be used to identify issues that are caused by a defect in the product. released Indicate that an issue has been resolved and released in a particular version of the product. small (1-3h) This label is used for issues that can be completed within 3 hours or less.

Comments

@cristian-ungureanu
Copy link
Contributor

Description

After digging for some time, I've managed to find the cause of the problem.

We receive ECONNRESET on Chrome/Chromium 117.0.5851.0 when using Cypress <12.15.0

Step-by-step reproduction instructions

  • Make a PR and check the E2E tests

Screenshots, screen recording, code snippet or Help Scout ticket

No response

Environment info

No response

Is the issue you are reporting a regression

No

@cristian-ungureanu cristian-ungureanu added the bug This label could be used to identify issues that are caused by a defect in the product. label Sep 21, 2023
@cristian-ungureanu cristian-ungureanu self-assigned this Sep 21, 2023
@cristian-ungureanu cristian-ungureanu added the small (1-3h) This label is used for issues that can be completed within 3 hours or less. label Sep 21, 2023
@HardeepAsrani
Copy link
Member

As posted on Slack, this is due to Github Action Runner being updated and using Chrome 117: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230917.1

It'll most likely not be possible to use Chrome 116 here, and the solution might be to update Cypress to a recent version. The tests work fine locally when ran using a compatible Chromium.

@pirate-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This label could be used to identify issues that are caused by a defect in the product. released Indicate that an issue has been resolved and released in a particular version of the product. small (1-3h) This label is used for issues that can be completed within 3 hours or less.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants