Skip to content
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

Show unhandled errors on the UI #4317

Closed
4 tasks done
spiroka opened this issue Oct 16, 2023 · 0 comments · Fixed by #4380
Closed
4 tasks done

Show unhandled errors on the UI #4317

spiroka opened this issue Oct 16, 2023 · 0 comments · Fixed by #4380
Labels
enhancement New feature or request feat: ui Vitest UI p2-nice-to-have Not breaking anything but nice to have (priority) pr welcome

Comments

@spiroka
Copy link
Contributor

spiroka commented Oct 16, 2023

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

@sheremet-va sheremet-va added enhancement New feature or request pr welcome feat: ui Vitest UI p2-nice-to-have Not breaking anything but nice to have (priority) labels Oct 16, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feat: ui Vitest UI p2-nice-to-have Not breaking anything but nice to have (priority) pr welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants