You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting Vitest with the --ui parameter will open the Vitest UI and run all tests, but the UI doesn't show any tests. I have to reload the UI in the browser to see the tests. This only happens after updating to Vitest UI 2.x
The ui is faster than server logic, we need to include files if not loaded on initial ws connection: https://github.com/userquin/vitest-issue-6065 (added some logs and sourcemap for local tgz vitest ui)
Maybe it's only me, but I do not understand this answer.
I am facing the same issue, as the UI is not showing any tests. Only when refreshing the browser, does it. But still, then it does not automatically update when the tests are still running.
Maybe it's only me, but I do not understand this answer.
I am facing the same issue, as the UI is not showing any tests. Only when refreshing the browser, does it. But still, then it does not automatically update when the tests are still running.
Describe the bug
Starting Vitest with the
--ui
parameter will open the Vitest UI and run all tests, but the UI doesn't show any tests. I have to reload the UI in the browser to see the tests. This only happens after updating to Vitest UI 2.xReproduction
Can be reproduced with the StackBlitz demo you provide: https://stackblitz.com/edit/vitest-dev-vitest-q9metk?file=README.md&initialPath=__vitest__/
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: