quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
179 stars 65 forks source link

feat(vitest): support Vitest 1.0 #354

Closed IlCallo closed 7 months ago

IlCallo commented 9 months ago

What kind of change does this PR introduce? (check at least one)

If you are adding a new test runner, have you...? (check all)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

It'll be relased as a new major version

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

I duplicated the test-vite-app-v1 project We now have a version forcing Vite version to v4 and TS to v4, which is only used to test Cypress with that setup, and a version with Vite v5 and TS v4, to test both Cypress and Vitest in that setup

The previous Vitest AE version is stored in vitest-alpha branch, shall we need to change and test it later on