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
The never gets past the "connecting" stage when running with vitest run, but works fine with vitest watch.
Not sure if this is so much a bug, or just unsupported. But I cant see why it shouldnt work, and for larger test suites that can take minutes to run it makes sense to provide the UI.
Hey :) Maybe this should be a feature request then?
Would be good if it was noted somewhere in the docs, as it doesn't currently mention that. I would also expect the --ui flag not to run the UI server and open the page in that case too. I found it pretty confusing and lost some time.
Describe the bug
The never gets past the "connecting" stage when running with
vitest run
, but works fine withvitest watch
.Not sure if this is so much a bug, or just unsupported. But I cant see why it shouldnt work, and for larger test suites that can take minutes to run it makes sense to provide the UI.
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-shyza9?file=package.json
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: