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 component test fails to locate existing `src/css/app.scss` #278

Closed khteh closed 2 years ago

khteh commented 2 years ago
The following error originated from your test code, not from Cypress.

> Cannot find module 'src/css/app.scss'

When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.

Cypress could not associate this error to any specific test.

We dynamically generated a new test to display this failure.

But the file is there!

Software version

OS: Ubuntu 22.04 Node: v18.4.0 NPM: 8.15.0 Any other software related to your bug:

What did you get as the error?

What were you expecting?

What steps did you take, to get the error?

IlCallo commented 2 years ago

Could not reproduce without a repro

khteh commented 2 years ago

https://github.com/khteh/quasar

IlCallo commented 2 years ago

You're trying to use Cypress 10, we still don't support it, we're working with Cypress team to support it