mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
17 lines
363 B
Markdown
17 lines
363 B
Markdown
---
|
|
title: browser.isolate | Config
|
|
outline: deep
|
|
---
|
|
|
|
# browser.isolate <Deprecated />
|
|
|
|
- **Type:** `boolean`
|
|
- **Default:** the same as [`--isolate`](/config/#isolate)
|
|
- **CLI:** `--browser.isolate`, `--browser.isolate=false`
|
|
|
|
Run every test in a separate iframe.
|
|
|
|
::: danger DEPRECATED
|
|
This option is deprecated. Use [`isolate`](/config/#isolate) instead.
|
|
:::
|