···486486 - `'basic'` - give a reporter like default reporter in ci
487487 - `'verbose'` - keep the full task tree visible
488488 - `'dot'` - show each task as a single dot
489489- - `'junit'` - JUnit XML reporter (you can configure `testsuites` tag name with `VITEST_JUNIT_SUITE_NAME` environmental variable)
489489+ - `'junit'` - JUnit XML reporter (you can configure `testsuites` tag name with `VITEST_JUNIT_SUITE_NAME` environmental variable, and `classname` tag property with `VITEST_JUNIT_CLASSNAME`)
490490 - `'json'` - give a simple JSON summary
491491 - `'html'` - outputs HTML report based on [`@vitest/ui`](/guide/ui)
492492 - `'hanging-process'` - displays a list of hanging processes, if Vitest cannot exit process safely. This might be a heavy operation, enable it only if Vitest consistently cannot exit process