quasarframework / quasar-testing

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

fix(cypress): install v11 into userland #306

Closed yusufkandemir closed 1 year ago

yusufkandemir commented 1 year ago

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

The PR fulfills these requirements:

Other information: @quasar/quasar-app-extension-testing-e2e-cypress@5.0.0-beta.7 uses Cypress 11 for itself, but the install script installs Cypress v10 which causes conflicts. So, this PR aims to resolve those conflicts by installing Cypress v11 into userland as well.

IlCallo commented 1 year ago

Crap, I forgot to push the system which automatically picks the correct dependencies from peerDependencies instead of hardcoding them into the install file Thanks for reporting

IlCallo commented 1 year ago

Fixed in 652e83717095a698fec5a546875ba1bf405ec7a8, will release shortly

IlCallo commented 1 year ago

Released as beta 8