mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
17 lines
395 B
Markdown
17 lines
395 B
Markdown
---
|
|
title: ui | Config
|
|
outline: deep
|
|
---
|
|
|
|
# ui <CRoot />
|
|
|
|
- **Type:** `boolean`
|
|
- **Default:** `false`
|
|
- **CLI:** `--ui`, `--ui=false`
|
|
|
|
Enable [Vitest UI](/guide/ui).
|
|
|
|
::: warning
|
|
This features requires a [`@vitest/ui`](https://www.npmjs.com/package/@vitest/ui) package to be installed. If you do not have it already, Vitest will install it when you run the test command for the first time.
|
|
:::
|