-
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
Only first test runs with Firefox 124.0 #29172
Comments
I'm able to reproduce this issue. My logs:
Debug logs
|
I could not see anything related in the Firefox 124.0 release notes. |
We're investigating this issue. |
As a workaround, you can use a docker-image with a lower version of Firefox, like Firefox 123 in node-20.11.0-chrome-121.0.6167.184-1-ff-123.0-edge-121.0.2277.128-1. We've verified this issue is not occurring in Firefox 123. |
I already added the Docker workaround to the original post. I also tested with Firefox |
We've identified the issue, where Firefox changed some of their behavior in an undocumented way in Firefox 124 and have a fix ready in a branch. f8fc8d2 We'll prioritize getting a patch fix out for this tomorrow assuming we can get tests, reviews, etc done. |
We're working on getting a release of 13.7.1 out which would have this fixed. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Cypress fails running tests with Firefox
124.0
.It is reproducible using the standard set of examples on https://github.com/cypress-io/cypress-example-kitchensink.
On Windows 11 after passing the first test, it fails running the next test with:
On Ubuntu 22.04 it hung first before failing.
Desired behavior
Cypress should successfully run the set of example tests from https://github.com/cypress-io/cypress-example-kitchensink using the latest version of Firefox (currently
124.0
).Test code to reproduce
Execute
git clone https://github.com/cypress-io/cypress-example-kitchensink cd cypress-example-kitchensink npm ci npm start
In separate terminal window
Cypress Version
13.7.0
Browser / version
Firefox
124.0
Node version
v20.11.1
LTSOperating System
Ubuntu
22.04.4
LTS and Windows 11Debug Logs
Other
The issue does not occur with Electron
v118
or Chrome123.0.6312.59
.Related issues
Workaround
For environments able to run Cypress Docker images, use an image with Firefox
123
or earlier.For example in GitHub Actions, use:
Note that specifying the user ID is essential when testing against Firefox otherwise Cypress is unable to access Firefox, due to Firefox security restrictions.
The text was updated successfully, but these errors were encountered: