Since Cypress 15.0.0 was released a short while ago, it would be great if @quasar/quasar-app-extension-testing-e2e-cypress would allow using it.
I have run a few test with cypress 15.0.0, and it seems to be generally working, but maybe there is more than just adding the 15.0.0 version to the allowed peer dependencies:
- "cypress": "^12.2.0 || ^13.2.0 || ^14.0.0",
+ "cypress": "^12.2.0 || ^13.2.0 || ^14.0.0 || ^15.0.0",
Since Cypress
15.0.0was released a short while ago, it would be great if@quasar/quasar-app-extension-testing-e2e-cypresswould allow using it.I have run a few test with cypress 15.0.0, and it seems to be generally working, but maybe there is more than just adding the
15.0.0version to the allowed peer dependencies: