You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mozilla/geckodriver is required to test Firefox. It is not part of the Firefox distribution, nor is it included in Cypress. If the driver is unavailable, then testing against Firefox fails.
I will follow up with a suggestion for documentation.
I also plan to submit a PR to implement Add geckodriver to factory process cypress-docker-images#1351 as the first stage to automate the installation of geckodriver in Cypress Docker images. This would be a good base to add documentation as it would simplify the description of what to do.
Situation
[email protected] notes
The mozilla/geckodriver is required to test Firefox. It is not part of the Firefox distribution, nor is it included in Cypress. If the driver is unavailable, then testing against Firefox fails.
This is not mentioned in References > Launching Browsers > Firefox Browsers.
Suggestion
Add an explanation about the use of mozilla/geckodriver and the npm wrapper package geckodriver to References > Launching Browsers > Firefox Browsers and explain how to test with Firefox and without a network connection.
Related
The text was updated successfully, but these errors were encountered: