quasarframework / quasar-testing

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

Cypress tests failing after @quasar/app renaming #214

Closed otsergoulas closed 2 years ago

otsergoulas commented 2 years ago

I removed @quasar/app and referenced @quasar/app-webpack.

When i run my cypress tests i get this error

Your pluginsFile is invalid: \cypress\plugins\index.ts

It threw an error when required, check the stack trace below:

Error: Cannot find module '@quasar/app/lib/app-extension/extensions-runner'

because there is still a dependency in the '@quasar/app.

image

IlCallo commented 2 years ago

Fixed in v4.0.2

sschneider-ihre-pvs commented 1 year ago

This fails for monorepos, unless you add a package.json and devDependencies "@quasar/app-webpack": "", to the folder with the quasar app. reading the package.json what about looking in the current working directory and in the directory the main process was started?

IlCallo commented 1 year ago

Again, no necro-posting, open a new issue with a detailed description of the issue and a repro