Mike McCready

Results 2194 comments of Mike McCready

> (This is happening in Firefox and Chrome, so not related to our Chrome manifest v3 upgrade) It is also reproducible testing against Electron, see https://github.com/cypress-io/github-action/actions/runs/7000454887/job/19041127272 ```text DevTools listening on...

@4nderss You may be experiencing a different issue, since this one has been observed to start with Cypress 13.3.1, whereas 13.3.0 did not show the issue.

This is probably low priority, since it seems that there is no simple solution to updating the repo. The instructions in https://github.com/cypress-io/netlify-plugin-cypress/blob/master/CONTRIBUTING.md in any case fail at the step -...

@gregmercer Did you find a solution for your issue? Which version of `gulp-imagemin` are you using?

It has been reported that it is necessary to have Rosetta 2 installed.

Updating the Next.js `13` example in https://github.com/cypress-io/cypress-component-testing-apps/tree/main/react-next13-ts using ```bash npm i next@latest react@latest react-dom@latest eslint-config-next@latest ``` to Next.js `14` then running ```bash npx cypress run --component ``` runs successfully and...

- There is a workaround for the TypeScript issue posted in https://github.com/cypress-io/cypress/issues/27731#issuecomment-1715685684 by @dotZak which originated from https://github.com/cypress-io/cypress/issues/27448#issuecomment-1663611056 @karlhorky. - The question is whether Cypress can claim compatibility with Next.js...

- I've submitted https://github.com/cypress-io/github-action/pull/1071 to update the Next.js E2E example in [cypress-io/github-action](https://github.com/cypress-io/github-action) and there doesn't seem to be any problem about the compatibility for E2E testing with Next.js `14` in...

@karlhorky > This is not true for our apps. End to end testing is also failing. Many thanks for your feedback and so I've deleted my statement. I couldn't see...

@karlhorky > - right, sorry, I meant the ones I added in https://github.com/cypress-io/cypress/issues/27731 (maybe more in https://github.com/cypress-io/cypress/issues/27448) Thanks for the clarification! I checked using ```shell npx create-next-app@13 npx create-next-app@14 ```...