Mike McCready
Mike McCready
This issue can be closed. It was transferred to - https://github.com/cypress-io/cypress-docker-images/issues/1298 where a workaround was provided. Additionally, the following issue records a related feature request that ~~would provide a generic...
@ChadiEM > I also attempted to override the environment variables supported by geckodriver to use a local path > > GECKODRIVER_VERSION = '0.35.0' > GECKODRIVER_CDNURL = 'file:///path/to/geckodriver/' > But it...
See https://github.com/cypress-io/cypress-docker-images/blob/master/README.md#mozilla-geckodriver describing the feature update that resolves this issue: ## Mozilla geckodriver [cypress/browsers](https://github.com/cypress-io/cypress-docker-images/blob/master/browsers) and [cypress/included](https://github.com/cypress-io/cypress-docker-images/blob/master/included) images with Firefox 139.0.1 and above are built with the [Mozilla geckodriver](https://github.com/mozilla/geckodriver) included. This...
This issue should be closed, as it is resolved. See previous https://github.com/cypress-io/cypress/issues/31036#issuecomment-2952514102 ⏫
@tylerccarson Thank you for your suggestion and for mentioning the `--load-extension` flag restrictions in Chrome 137 and above. ## Current options As far as immediate options are concerned, Chrome for...
@tylerccarson If you are using GitHub Actions, you may consider running directly in a GitHub Linux runner image without using a Docker image. If you use the action [browser-actions/setup-chrome](https://github.com/browser-actions/setup-chrome) you...
- assessment added to https://github.com/cypress-io/cypress-docker-images/issues/1367#issuecomment-2955699965
[cypress/factory:5.11.0](https://github.com/cypress-io/cypress-docker-images/blob/master/factory/CHANGELOG.md#5110) has introduced the capability of building a custom Docker image based on the `CHROME_FOR_TESTING_VERSION`. This does not implement the suggestion in the issue to replace Chrome with Chrome for...
@GenFlogi > Heads up I am definitely no expert in this topic, but I would definitely support the request. Especially considering the beta pupeteer extension for cypress. We used both...
@tylerccarson > Thank you [@MikeMcC399](https://github.com/MikeMcC399) for the recommendation. This alternative approach appears to be working for me. Feel free to close this issue then if you don't see Cypress switch...