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

Complete Jest AE v3 and bring it to stable #241

Closed IlCallo closed 2 months ago

IlCallo commented 2 years ago

Jest AE v3 is still in alpha and have many problems It's generally less suited for component testing when compared to Cypress or Playwright, but many people keep using it nonetheless, so we should at least ensure it works for basic tests

We need to upgrade its deps as we're still on an early version of vue-jest and VTU, but we need to stick to Jest 26 for v3, as Jest 27 have many breaking changes

We should also add some more smoke tests to catch possible edge cases https://github.com/quasarframework/quasar-testing/issues/240

Once we do these things we can release the beta version

IlCallo commented 1 year ago

Due to the many improvements in new Jest versions, we'll bump Jest version while moving from alpha to beta phase People will have to upgrade from Jest 26 to Jest 29