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
Hi, I've tried this with both 'html', 'junit' reporters turn on.
the behavior is not consist between the two reporters, and is also in consistent with Jest, and other frameworks.
html reporter does not create anything
junit reporter creates an empty file (0 bytes)
With other frameworks the expected behavior of both is to create an empty set result in file, so other tools can parse and act accordingly.
Describe the bug
Hi, I've tried this with both 'html', 'junit' reporters turn on.
the behavior is not consist between the two reporters, and is also in consistent with Jest, and other frameworks.
html reporter does not create anything
junit reporter creates an empty file (0 bytes)
With other frameworks the expected behavior of both is to create an empty set result in file, so other tools can parse and act accordingly.
Reproduction
Please see following link:
https://stackblitz.com/edit/vitest-dev-vitest-eucg6sat?file=package.json
the reproduction will auto-run a vitest in "related" mode, which finds zero tests.
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: