Mike McCready

Results 2194 comments of Mike McCready

@lmiller1990 > Is this causing anyone to be unable to run tests or is mostly a style thing (eg - you don't like seeing a warning, even if it has...

@AStoker - It seems your issue is related to https://github.com/cypress-io/cypress/issues/27450

In addition to security vulnerabilities there are also 5 deprecation notices in `[email protected]`: ``` $ npm init -y $ npm install netlify-cli@15 npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN...

@markl-canva Since this issue was posted, image generation has been completely reworked. If by any chance you still have this issue, then please comment and we can re-open.

- The problem also appears running in GitHub Ubuntu runners. See https://github.com/cypress-io/cypress/issues/25357

@mkruisman2 > We're also often getting the same error here, running in CircleCI with Cypress 12.3.0. Is there any update on this? Could you confirm exactly which error message you...

@mkruisman2 > Can't run because you've entered an invalid browser name. You should probably look at why this is happening. It seems you have chosen to use Chrome, but it...

@tester-at-bmi > Where did you get these images cypress/browsers:node-18.14.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1 from? Searching this repo i can't find more recent ones? Check https://hub.docker.com/r/cypress/browsers/tags ![image](https://user-images.githubusercontent.com/66998419/223945719-4be6d6ae-9ca3-4b80-b9ba-3e479e466788.png) If you want to follow up about why...

@ceddlyburge Have you tried the workaround from https://github.com/cypress-io/cypress-docker-images/issues/747#issuecomment-1430057716? `ELECTRON_EXTRA_LAUNCH_ARGS: '--disable-gpu'`

@ceddlyburge > It would be good to look at the config for something that has used a workaround successfully Which version of Cypress are you using? What environment are you...