Mike McCready

Results 2194 comments of Mike McCready

Similar symptoms were reported today for Cypress 12.17.4 in Discord https://discord.com/channels/755913899261296641/1255885464351674382

@Thoemmy You may need to request your network provider to "allowlist" the Cypress binary `cypress.zip`.

@Thoemmy You can allow the browser download from https://download.cypress.io/desktop/13.12.0?platform=win32&arch=x64 to complete and then examine the zip file with a zip program. I expect it will be corrupted due to your...

@Thoemmy If you are able to download via personal WiFi, do you need any additional assistance? You, or your network support colleagues, can contact Palo Alto Networks concerning the potential...

@Thoemmy Thank you for sharing the problem. I scanned the file downloaded from https://download.cypress.io/desktop/13.12.0?platform=win32&arch=x64 using Norton Security and it reported "No Threats Found". ![image](https://github.com/cypress-io/cypress/assets/66998419/e8f836ba-59f2-4499-8115-f1c7a4beadf9)

@thevladisss For consistency, you could use the existing `isWebKit` for exceptions: https://github.com/cypress-io/cypress/blob/5c20476f419905939f315d63f2c56641ac933774/packages/driver/cypress/e2e/commands/actions/type.cy.js#L25

@wataruian This issue is also reproducible with: | Component | Version / Setting | | ------------- | ------------------------------- | | Cypress | `[email protected]` | | config file | `cypress.config.js` |...

- I added a feature request to https://github.com/cypress-io/cypress-component-testing-apps/issues/17 since App Router is now the default when executing `npx create-next-app@latest`.

@Phishyq I was able to successfully run Cypress `12.12.0` component testing on a Next.js project set up with [create-next-app](https://www.npmjs.com/package/create-next-app) `13.4.3` and the default choice of "App Router". So apparently the...

@PabloGracia I checked with https://nextjs.org/docs/app/building-your-application/testing/cypress#quickstart and I didn't see any problem running the simple Cypress test spec. I am however not running under macOS. I noticed that you are using...