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
To ensure that Firefox testing uses a deterministic set of versions. Without the version specification of the mozilla/geckodriver, Firefox testing dynamically downloads the latest driver version, which may change over time and could therefore cause different test results.
Non-goal
This request would change only the cypress/factory image.
Changes to cypress/browsers and cypress/included to include geckodriver would be a separate request, with this one as prerequisite.
The text was updated successfully, but these errors were encountered:
What would you like
Add the ability to specify a version of the driver package
mozilla/geckodriver
from mozilla/geckodriver in the Cypress Docker factory build process.Add install scripts for
mozilla/geckodriver
to thecypress/factory
image so that the installation is compatible with use by the npm wrapper package geckodriver bundled in the Cypress binary (see https://github.com/cypress-io/cypress/blob/develop/packages/server/package.json) since [email protected].Why is this needed
mozilla/geckodriver
, Firefox testing dynamically downloads the latest driver version, which may change over time and could therefore cause different test results.Non-goal
This request would change only the
cypress/factory
image.Changes to
cypress/browsers
andcypress/included
to include geckodriver would be a separate request, with this one as prerequisite.The text was updated successfully, but these errors were encountered: