-
So I want my reporter to have access to to the full error message but it appears only |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you are talking about Vitest reporter. If so, please post it here https://github.com/vitest-dev/vitest/discussions. Assuming this is about Vitest reporter, you can use For example, https://stackblitz.com/edit/vitest-dev-vitest-rwfyz7qj?file=vite.config.ts |
Beta Was this translation helpful? Give feedback.
I think you are talking about Vitest reporter. If so, please post it here https://github.com/vitest-dev/vitest/discussions.
Assuming this is about Vitest reporter, you can use
onTestRunEnd
instead ofonFinished
to collect errors like in the example in the doc https://vitest.dev/advanced/api/reporters.html#ontestrunendFor example, https://stackblitz.com/edit/vitest-dev-vitest-rwfyz7qj?file=vite.config.ts