cypress icon indicating copy to clipboard operation
cypress copied to clipboard

On executing the cypress test cases for safari browser using webkit getting tcp errors in github actions

Open deepankar-sajwan opened this issue 1 year ago • 2 comments

Current behavior

image

Desired behavior

The cypress test cases should execute in github

Test code to reproduce

Not able to provide repo as it is not open source

Cypress Version

12.16.0

Node version

16.20.0

Operating System

ubuntu-latest

Debug Logs

File containing debug logs https://docs.google.com/document/d/1bFpZ2Zx-BizlrsvNAe_viCixBwE5G7L6PddNHuZLxek/edit?usp=sharing

Other

Using playwright-webkit-1.34 for running test cases on safari

deepankar-sajwan avatar Feb 07 '24 17:02 deepankar-sajwan

Also discussed in https://discord.com/channels/755913899261296641/1202932321238646874

MikeMcC399 avatar Feb 07 '24 18:02 MikeMcC399

Please refer below file for cypress logs https://docs.google.com/document/d/1bFpZ2Zx-BizlrsvNAe_viCixBwE5G7L6PddNHuZLxek/edit?usp=sharing

deepankar-sajwan avatar Feb 12 '24 09:02 deepankar-sajwan

Hi can anybody provide a solution for resolving this issue

deepankar-sajwan avatar Feb 24 '24 07:02 deepankar-sajwan

@deepankar-sajwan

I looked at your logs and I saw that you are using cypress-io/github-action@v3. This version is no longer supported and you should be using cypress-io/github-action@v6 instead. I don't expect this will solve your issue, however when troubleshooting it is best to rule out any influence from using old versions.

I'm sorry that I don't have the in-depth experience with WebKit to help you further here. Good luck!

MikeMcC399 avatar Feb 24 '24 11:02 MikeMcC399

@deepankar-sajwan

Have you tried updating to cypress-io/github-action@v6?

MikeMcC399 avatar Mar 25 '24 14:03 MikeMcC399