quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
179 stars 66 forks source link

Feature request: Cypress v13 #347

Closed Lovor01 closed 10 months ago

Lovor01 commented 10 months ago

Could you update cypress to v13?

IlCallo commented 10 months ago

Cypress dep is defined into your own package.json You can upgrade it youself, since there doesn't seem to be breaking changes with Cypress 12

There's also an alpha release with version 5.2.0-alpha.2 which you can try and which supports Cypress 13, but you need to follow its migration guide since there has been some changes and some more will happen before we release it as stable

Lovor01 commented 10 months ago

If I upgrade it (npm install cypress@latest), I get errors in npm:

npm ERR! While resolving: project-frontend@0.0.1
npm ERR! Found: cypress@13.2.0
npm ERR! node_modules/cypress
npm ERR!   dev cypress@"^13.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer cypress@"^12.2.0" from @quasar/quasar-app-extension-testing-e2e-cypress@5.1.1
npm ERR! node_modules/@quasar/quasar-app-extension-testing-e2e-cypress
npm ERR!   dev @quasar/quasar-app-extension-testing-e2e-cypress@"^5.1.0" from the root project
IlCallo commented 10 months ago

Try out the alpha version then, or just wait for us to properly test and release it You can find the migration guide here