You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,7 @@ or [`happy-dom`](https://github.com/capricorn86/happy-dom) instead.
412
412
If you are building edge functions, you can use [`edge-runtime`](https://edge-runtime.vercel.app/packages/vm) environment
413
413
414
414
::: tip
415
-
You can also use [Browser Mode](/guide/browser) to run integration or unit tests in the browser without mocking the environment.
415
+
You can also use [Browser Mode](/guide/browser/) to run integration or unit tests in the browser without mocking the environment.
416
416
:::
417
417
418
418
By adding a `@vitest-environment` docblock or comment at the top of the file,
@@ -1507,7 +1507,7 @@ Listen to port and serve API. When set to true, the default port is 51204
1507
1507
Run Vitest tests in a browser. We use [WebdriverIO](https://webdriver.io/) for running tests by default, but it can be configured with [browser.provider](#browser-provider) option.
1508
1508
1509
1509
::: tip NOTE
1510
-
Read more about testing in a real browser in the [guide page](/guide/browser).
1510
+
Read more about testing in a real browser in the [guide page](/guide/browser/).
1511
1511
:::
1512
1512
1513
1513
::: warning
@@ -1697,7 +1697,7 @@ The script `src` and `content` will be processed by Vite plugins.
1697
1697
-**Type:**`Record<string, BrowserCommand>`
1698
1698
-**Default:**`{ readFile, writeFile, ... }`
1699
1699
1700
-
Custom [commands](/guide/browser#commands) that can be import during browser tests from `@vitest/browser/commands`.
1700
+
Custom [commands](/guide/browser/commands) that can be import during browser tests from `@vitest/browser/commands`.
1701
1701
1702
1702
### clearMocks
1703
1703
@@ -2308,7 +2308,7 @@ The `location` property has `column` and `line` values that correspond to the `t
2308
2308
2309
2309
This option will be auto-enabled if you don't disable it explicitly, and you are running Vitest with:
2310
2310
-[Vitest UI](/guide/ui)
2311
-
- or using the [Browser Mode](/guide/browser) without [headless](/guide/browser#headless) mode
2311
+
- or using the [Browser Mode](/guide/browser/) without [headless](/guide/browser/#headless) mode
2312
2312
- or using [HTML Reporter](/guide/reporters#html-reporter)
0 commit comments