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
Unable to detect firefox on RHEL Linux 7 #6669
Comments
Please see our troubleshooting guide on Launching Browsers @geyuqiu Could you run Cypress in debug mode specifically logging |
|
.bash_profile
|
Relevant logs involving Firefox:
So, it seems to be saying -
@geyuqiu Did you rename your Firefox application to "Running without a11y support! Mozilla Firefox"? |
Looks like I think adding |
The code for this is done in cypress-io/cypress#6712, but has yet to be released. |
I didn't rename firefox as you suggested. What is the current status, ready to release but not yet released ? @flotwig @jennifer-shehane |
@geyuqiu it means we have merged the fix into |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
firefox is installed (ran successfully with protractor)
run
cypress run --browser firefox
error message: only detected browser: chrome, electron
specifying launch path
--browser /bin/firefox
does not work eitherDesired behavior:
Test code to reproduce
similiar to this
Versions
4.1
The text was updated successfully, but these errors were encountered: