Show unhandled errors on the UI #4317
Labels
enhancement
New feature or request
feat: ui
Vitest UI
p2-nice-to-have
Not breaking anything but nice to have (priority)
pr welcome
Clear and concise description of the problem
I was using the Vitest UI to monitor tests while working on an app. I didn't realize that the suite was failing, because of an unhandled error, up until I've looked at the console. I would love, if in case of an unhandled error, Vitest UI told me that my suite is failing.
I would be happy to work on this feature.
Suggested solution
If the suite/file where the error was thrown is always known, then display the error in the results pane of that suite.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: