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

Setup CI for test-projects #239

Open IlCallo opened 2 years ago

IlCallo commented 2 years ago

Replaces https://github.com/quasarframework/quasar-testing/issues/2

We should setup CI for tests available into test projects, such as we're able to test AEs features via AEs themselves

We should at least cover Cypress ones since we already know how to setup them thanks to Milos, and we can link those to another project into Cypress Dashboard Jest/Vitest tests should be simpler to setup than Cypress ones, but Jest AE doesn't seem to work with Vite right now


If possible, we should also run these tests when there's a release for app-webpack and app-vite minor (or patch?) version. In these cases we should run only tests into the relevant test project: into test-project-vite if a new app-vite version is released and same for webpack. test-project-app won't have any new updates so it's not considered into this feature

MilosPaunovic commented 2 years ago

@IlCallo I could tackle this automation, as well. 🙂

IlCallo commented 2 years ago

Go for it :P