-
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
Cypress does not detect Firefox 64-bit browser #6355
Comments
I just installed the 32 bit version (https://www.mozilla.org/en-US/firefox/all/#product-desktop-release). I would suggest that Cypress be updated to also look at the C:/Program Files directory for 64 bit browser versions. |
Thanks for reporting this, you're right, currently only the 32-bit Program Files are considered. |
In the meantime, please follow the instructions for launching the Firefox browser by path |
Is the title correct? For me it doesn't detect the 64-bit version, but it does detect the 32-bit version. Can't start server (Cypress 4.0.0, Windows 10, latest Firefox 64-bit version) |
im experiencing same issue |
It doesn't detect 64-bit version using |
The code for this is done in cypress-io/cypress#6367, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Desired behavior:
On Windows 10 using Cypress v4.0.0, the Test Runner doesn't now show Firefox as an option in the browser list.
Looking at the browser configuration, Firefox is not listed.
I copied the Firefox directory (C:\Program Files\Mozilla Firefox) to the AppData directory
..\AppData\Roaming\Cypress\cy\production\browsers
This doesn't update the browser list.
Versions
4.0.0
The text was updated successfully, but these errors were encountered: