In the meanwhile, you can also consider:
- @web/test-runner (https://modern-web.dev/docs/test-runner/overview/)
- Cypress (both e2e and unit testing via its component test runner https://www.cypress.io/blog/2021/04/06/introducing-the-cypre...)
- Check out https://github.com/sodatea/vite-test-example for an example using the above.