Closed
Description
Situation
cypress@13.15.1 notes
Cypress now consumes geckodriver to help automate the Firefox browser instead of marionette-client. Addresses #30217.
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
- Cypress tests fail in air-gapped network on Firefox cypress#31036 (comment)
- Cypress tests fail in air-gapped network on Firefox cypress-docker-images#1298
- Cypress cannot open firefox - getaddrinfo EAI_AGAIN error cypress#31230
- Allow Disabling Automated Firefox Extension Installation via Cypress Env Variable cypress#31316