-
Notifications
You must be signed in to change notification settings - Fork 2
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
Vitest UI Browser mode, not all test previews are available #6
Comments
Not sure what you mean. The UI only shows the last running test, Vitest doesn't implement preview of different tests |
This has nothing to do with this package; this is how Vitest UI works at the moment. There is an open PR that implements this: vitest-dev/vitest#6641 |
This is interesting though, need to confirm first before closing |
Good to know, will watch the other PR for that. Let me know what you find on the second part though. |
When using Vitest UI with Browser mode, and using test suites, unable to preview individual tests in Browser UI:
Example code:
The text was updated successfully, but these errors were encountered: