-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add support for vitest browser tests #3282
Comments
Vitest browser mode is currently experimental with specific notes:
This feature request is on hold until the experimental flag is removed, or the APIs are guaranteed to not change. |
@smcenlly just want to appreciate the work you did with Wallaby.js , gamechanger for me <3 |
I've been loving the browser mode in vitest for chrome extensions but noticed that in the intro to wallaby the page says:
Does this mean that by default wallaby is kind of doing what vitest's browser mode is doing anyway? |
If you are using Wallaby with Chrome, then you need to use one of the testing frameworks that we support for running in the browser. Refer to our docs here. |
As per the title, this issue is to add support for vitest browser tests
The text was updated successfully, but these errors were encountered: