Replies: 1 comment 5 replies
-
Yes, Vitest doesn't have hooks for that. All changes to test results can be found in |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on developing a package to link Vitest run outcomes with TestRail. I am encountering a challenge where I cannot modify the test results following each test execution. How can I update the test results in TestRail after each test run?
If I'm correct, Vitest doesn't have a reporter hook like "onTestEnd" or "onTestFinish". Here are the hooks that I have identified.
Beta Was this translation helpful? Give feedback.
All reactions