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
Copy file name to clipboardexpand all lines: docs/config/index.md
+1
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,7 @@ Project root
359
359
Custom reporters for output. Reporters can be [a Reporter instance](https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/types/reporter.ts) or a string to select built in reporters:
360
360
361
361
-`'default'` - collapse suites when they pass
362
+
-`'basic'` - give a reporter like default reporter give in ci
362
363
-`'verbose'` - keep the full task tree visible
363
364
-`'dot'` - show each task as a single dot
364
365
-`'junit'` - JUnit XML reporter (you can configure `testsuites` tag name with `VITEST_JUNIT_SUITE_NAME` environmental variable)
0 commit comments