-
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
Firefox Nightly - no version found #6345
Comments
Believe I have it fixed, the versionRegexes were incorrect for Firefox. Try with these changes: 69d80d5 Also fixed a bug where on Linux, the binary names are |
I should have checked this yesterday, but this is not fixed for me. I am experiencing the exact same error as above in 4.0.0. |
I think I have found the issue affecting firefox nightly, and edge builds. These apps for chrome and firefox have 4 params in https://github.com/cypress-io/cypress/blob/develop/packages/launcher/lib/darwin/index.ts
These for firefox nightly and edge have 3
There needs to be a 4th param for detectFirefoxNightly
For edge, it should be
This is because findApp function in utils.ts (https://github.com/cypress-io/cypress/blob/develop/packages/launcher/lib/darwin/util.ts) takes 4 parameters
|
Please see #6364 |
The code for this is done in cypress-io/cypress#6364, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
Tried to launch Cypress while having Firefox Nightly installed and Cypress will not open beyond this screen.
We're unable to pull of the 'version' of Firefox Nightly so it does not continue.
It looks like the version is
74.0a1
, maybe the letter is throwing it off.Desired behavior:
Ability to Cypress in Firefox Nightly
Versions
firefox branch - prerelease
The text was updated successfully, but these errors were encountered: