mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
13 lines
236 B
Markdown
13 lines
236 B
Markdown
---
|
|
title: browser.ui | Config
|
|
outline: deep
|
|
---
|
|
|
|
# browser.ui
|
|
|
|
- **Type:** `boolean`
|
|
- **Default:** `!isCI`
|
|
- **CLI:** `--browser.ui=false`
|
|
|
|
Should Vitest UI be injected into the page. By default, injects UI iframe during development.
|