-
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
Keep getting constant Error: Still waiting to connect to Edge, retrying in 1 second #28103
Comments
We're seeing delays in CI on https://github.com/cypress-io/github-action/actions/workflows/example-edge.yml using Edge for example https://github.com/cypress-io/github-action/actions/runs/6589879261/job/17905293268 on https://github.com/actions/runner-images/blob/ubuntu22/20231016.1/images/linux/Ubuntu2204-Readme.md which merged 2 days ago and bumped Microsoft Edge from I assume this is related. There doesn't seem to be any difference between Cypress Connection problems to Edge have been going on for a while. In the |
I'm seeing Edge also slow to start on a local Ubuntu 22.04 machine, although in a second Cypress test in the same session there are no waiting messages shown. I can't reproduce the issue that the connection from Cypress to Edge fails completely. I only see it slow to connect, which makes me think it may be a performance issue. I also noticed on GitHub that running in a Cypress container there were no waiting messages. I can't say it that would workaround your issue, but you might like to just try it out, for instance: runs-on: ubuntu-latest
container:
image: cypress/browsers:node-20.6.1-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1
options: --user 1001 |
|
How is this completed - problem with Edge is still real and we dont have issues with Chrome BTW |
This was closed as a duplicate. |
Current behavior
When running tests in GitHub Actions
Keep getting constant Error: Still waiting to connect to Edge, retrying in 1 second
This behavior began around 48 hours ago
Desired behavior
We expect for browser to be found and tests to run - same way as it did 48 hour ago ..
Test code to reproduce
cant share at this time
Cypress Version
13.3.2
Node version
20.5
Operating System
ubuntu latest
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: