-
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 doesnt detect firefox 64 bit #8432
Comments
Could you run Cypress in debug mode specifically logging I'm not able to recreate the issue in Chrome and seeing the error message, I suspect you are behind a proxy? Please refer to our instructions on how to set up your proxy configuration so that Cypress doesn't encounter any errors. |
Sorry for my delay respond , I rechecked again and now the test pass in chrome but can you check why cypress doesn't recognize FireFox, attached the debug log . Do you need any more details ? |
The log you shared doesn't seem to contain any @kaviad3 what path is Firefox installed at on your system? |
the path - \AppData\Local\Mozilla Firefox\firefox.exe" |
Currently Cypress only searches the system-wide installation locations for Firefox ( cypress/packages/launcher/lib/windows/index.ts Lines 38 to 45 in 64a60f4
Probably this should be extended to include the AppData folder as well, like we already do for Chrome @kaviad3 how did you install Firefox? |
The Firefox was already installed when I got the laptop , I am using my work laptop . When this issue will be fixed |
Able to reproduce by installing Firefox and declining to install as admin. Ends up installing at this location:
|
nice Zach!
…On Tue, Sep 1, 2020 at 9:37 AM Zach Bloomquist ***@***.***> wrote:
Able to reproduce by installing Firefox and declining to install as admin.
Ends up installing at this location:
C:\Users\nonadmin\AppData\Local\Mozilla Firefox\firefox.exe
C:\Users\nonadmin\AppData\Local\Firefox Nightly\firefox.exe
C:\Users\nonadmin\AppData\Local\Firefox Developer Edition\firefox.exe
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8432 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ4BJSJUINILXZXWB2OHV3SDT2KRANCNFSM4QM5ZOCA>
.
--
Dr. Gleb Bahmutov, PhD
Schedule video chat / phone call / meeting with me via
https://calendly.com/bahmutov
gleb.bahmutov@gmail.com @bahmutov <https://twitter.com/@bahmutov>
https://glebbahmutov.com/ https://glebbahmutov.com/blog
https://github.com/bahmutov
|
The code for this is done in cypress-io/cypress#8460, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
I installed cypress and visual studio , I am using Firefox browser , when I opened Cypress Test Runne it shows only chrome but I need to run test only on Firefox
When I tried to run the tests from the test runner I am getting the following error
When I tried to run the command : ./node_modules/.bin/cypress run --browser firefox I got this error
Desired behavior:
I checked and the cypress should support firefox from V4.0.1
Test code to reproduce
Versions
windows 10 Enterprise version 1709
Cypress package version: 4.12.1
Cypress binary version: 4.12.1
FireFox 79.0 64 bit
node v12.18.3
The text was updated successfully, but these errors were encountered: