Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to, instead of having @web/test-runner build / compile anything, to point at a running vite server? #2271

Closed
NullVoxPopuli opened this issue May 8, 2023 · 1 comment

Comments

@NullVoxPopuli
Copy link

For development, I think it'd be best to integrate with a running vite server, as vite is really good at what it does.

For ci, I think it'd be fine to load and run tests from dist-output.

but,

is this possible?
how is test-progress reported?
I already have a test-framework, and already know that I'd need to report success/failure for each test via these docs

@thepassle
Copy link
Member

Web test runner doesnt build or compile anything by default. If you want to integrate with vite you can google “web test runner vite” and youll find multiple plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants