[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs(config): include html reporter auto-enable in `includeTaskLocation` (#5985)

authored by

Joaquín Sánchez and committed by
GitHub
(Jun 27, 2024, 4:03 PM +0200) b9fb92cb 7ec298eb

+1
+1
docs/config/index.md
··· 2300 2300 This option will be auto-enabled if you don't disable it explicitly, and you are running Vitest with: 2301 2301 - [Vitest UI](/guide/ui) 2302 2302 - or using the [Browser Mode](/guide/browser) without [headless](/guide/browser#headless) mode 2303 + - or using [HTML Reporter](/guide/reporters#html-reporter) 2303 2304 2304 2305 ::: tip 2305 2306 This option has no effect if you do not use custom code that relies on this.