Mike McCready

Results 2194 comments of Mike McCready

@brianebeling Would it be possible to leave Discussions in place for this repository only for the remaining life-time of the project? I found them to be a useful extension for...

The issue is reproducible with `cypress/included` and `cypress/browsers` Docker images. Edit: ~~It does not appear to be an issue in native Ubuntu or Windows environments.~~ ## Steps to reproduce ```shell...

https://www.npmjs.com/package/geckodriver found in https://github.com/cypress-io/cypress/blob/d1a75e3de7947fbfff982a9d3f6ca51253fdfe04/packages/server/package.json#L76 attempts to download a driver https://github.com/webdriverio-community/node-geckodriver/blob/92a64548339a9fe2fa6902498e15e506b45213a1/src/constants.ts ```js export const GECKODRIVER_CARGO_YAML = 'https://raw.githubusercontent.com/mozilla/geckodriver/release/Cargo.toml' ```

@AtofStryker > We should be able to preinstall `geckodriver` in those images before distributing them so at least we know.a version of the driver is there. I repeated my tests...

@AtofStryker > > I repeated my tests and found that the issue is also reproducible **without** using a Cypress Docker image, so any fix would be better placed directly in...

I can offer the following comments & suggestions: To allow testing of Firefox with Cypress inside an air-gapped network requires the provisioning of Geckodriver binaries to the air-gapped network. Cypress...

@ChadiEM If you need more specific advice for using Cypress Docker images to test Firefox in an air-gapped network, I suggest that you open a new issue in https://github.com/cypress-io/cypress-docker-images/issues. It...

@ChadiEM - Many thanks for opening the new issue https://github.com/cypress-io/cypress-docker-images/issues/1298 where I have responded with a proposal for you to build a custom Docker image that contains a cached `geckodriver`....

- As a spin-off to this issue I would suggest that the need for Internet connectivity when testing Firefox be added to the Cypress documentation, for instance https://docs.cypress.io/app/references/launching-browsers#Firefox-Browsers Edit: Documentation...

- Similar issue without Docker reported in https://github.com/cypress-io/cypress/issues/31230