quasar-testing icon indicating copy to clipboard operation
quasar-testing copied to clipboard

Complete Jest AE v3 and bring it to stable

Open IlCallo opened this issue 3 years ago • 1 comments

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 avatar Jun 01 '22 14:06 IlCallo

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

IlCallo avatar Oct 27 '22 15:10 IlCallo