You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a CRA app using yarn 3.2.1, yarn uses PNP by default. When Cypress launches and you go into setup, Cypress does not detect the framework or language properly. Presumably this is due to the fact that PNP does not use a local node_modules folder, which Cypress relies on.
Desired behavior
Cypress should configure the app normally when using yarn and pnp.
Current behavior
When creating a CRA app using yarn 3.2.1, yarn uses PNP by default. When Cypress launches and you go into setup, Cypress does not detect the framework or language properly. Presumably this is due to the fact that PNP does not use a local node_modules folder, which Cypress relies on.
Desired behavior
Cypress should configure the app normally when using yarn and pnp.
Test code to reproduce
When using yarn 3.2.1, create a new CRA project:
yarn create react-app cra-ts-test-yarnt --template typescript
Install cypress:
yarn add cypress
Launch cypress and configure CT. Notice it doesn't pick up on the framework and has you select it.
Cypress Version
10.3.1
Other
No response
The text was updated successfully, but these errors were encountered: