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 AE command types not recognized into Vite projects #256

Closed IlCallo closed 2 years ago

IlCallo commented 2 years ago

Our own commands types aren't recognized anymore into Vite projects They used to work and I could not find why it randomly stopped working I haven't tested if the problem is only happening into vite test project, of if it happens out in the wild too, but another user had similar problems too https://github.com/quasarframework/quasar-testing/issues/230

IlCallo commented 2 years ago

Seems like this was due to faulty "include" tsconfig option shipped with new Vite projects, which isn't needed anymore since from Vite 2.9 onwards tsconfig extends option is actually taken into consideration