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

Add more example tests for Jest #240

Open IlCallo opened 2 years ago

IlCallo commented 2 years ago

We don't have many example tests for Jest, we should create a few more of them both for us to run on each release and to show the community how to properly test some of the most complex Quasar components (Dialog, Notify, Select, etc)

AlphaJuliettOmega commented 1 year ago

Yes please. Testing dialogs broke in the latest quasar upgrade for example, I'm now struggling to find out what changed / how to mitigate and have the tests work. e.g.

wrapper.vm.$q.dialog

$q is now undefined

renamed to $ is what it looks like, but it also works differently...

IlCallo commented 1 year ago

Can you open a new issue and provide a repro?

AlphaJuliettOmega commented 1 year ago

@IlCallo I have tried to do so here: https://github.com/quasarframework/quasar-testing/issues/314

Thank you for your time