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

Testing Harness App Extensions for the Quasar Framework 2.0+

Results 82 quasar-testing issues
Sort by recently updated
recently updated
newest added

We need to keep test-projects up to date with the changes we do into AE templates This could be done by running a sync for all projects and all AEs,...

enhancement
dogfood

With Cypress moving into component testing domain, and Jest overlapping that domain too, we should probably rename AEs to avoid the "test type" bit, as it doesn't really make sense...

enhancement

Since Qv2 it's possible to use TS for Quasar AE API files This requires some changes both to the AE structure/compilation process, some file names and package.json fields must be...

enhancement

It came out many times lately, especially since they jumped into component testing hype train I don't feel it's a priority, but if anyone wants to take responsability for this...

test harness

I think [this AE](https://github.com/quasarframework/quasar-testing/tree/dev/packages/quality) idea was cool, but there has not been enough bandwidth to work on it so it fell behind I also have no idea how it works,...

test harness

Vite 3.0 will probably be released around autumn/winter, judging by their public milestone on GH We should prepare for the upgrade, AFAIK Vite 3 will have quite some breaking changes...

After we release Vitest AE, we should add some smoke tests for it as we do for Jest and Cypress We should use the same we use for Jest, since...

dogfood

It isn't working with Vite CLI for some reason, I think it worked in the past right after the Vite CLI release, but I wouldn't bet on it We cannot...

bug

After we release at least a beta version of [Jest AE v3](https://github.com/quasarframework/quasar-testing/issues/241), we can switch docs into testing.quasar.dev with Qv2 ones

documentation

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...

test harness