First of all thanks a lot for your work. Sorry if that's not the right place to ask, as it is not really a bug, but is vitest testing supported for quasar components? I've been trying for a few hours to integrate vitest but to no avail yet.
I tried several things, from using installQuasarPlugin() as per this documentation
https://github.com/quasarframework/quasar-testing/tree/dev/packages/unit-vitest
Checks
Environment
Windows_NT
v16.15.0
3.3.2
2.3.2
yarn@1.22.15
vite
modules
,pinia
,imports
,quasar
,vite
,css
,config
,runtimeConfig
,components
@pinia/nuxt
,nuxt-quasar-ui@1.6.0
-
Quasar version
2.11.10
Browsers
Other
Description
First of all thanks a lot for your work. Sorry if that's not the right place to ask, as it is not really a bug, but is vitest testing supported for quasar components? I've been trying for a few hours to integrate vitest but to no avail yet. I tried several things, from using installQuasarPlugin() as per this documentation https://github.com/quasarframework/quasar-testing/tree/dev/packages/unit-vitest
Also tried to follow the answer on this stackoverflow post : https://stackoverflow.com/questions/71486252/vitest-integration-with-quasar
But I figured it works differently since it's not Quasar per see we're using.
Any direction I should go ?
Reproduction steps
Screenshots
Here's what I get when I try to use installQuasarPlugin() at the top of the file.
Logs
No response