Skip to content

Commit 0881023

Browse files
authored
docs: list default browser provider consistently (#6154)
1 parent 32c0d99 commit 0881023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/browser/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Vitest browser requires spinning up the provider and the browser during the init
258258

259259
## Cross-Browser Testing
260260

261-
When you specify a browser name in the browser option, Vitest will try to run the specified browser using [WebdriverIO](https://webdriver.io/) by default, and then run the tests there. This feature makes cross-browser testing easy to use and configure in environments like a CI. If you don't want to use WebdriverIO, you can configure the custom browser provider by using `browser.provider` option.
261+
When you specify a browser name in the browser option, Vitest will try to run the specified browser using `preview` by default, and then run the tests there. If you don't want to use `preview`, you can configure the custom browser provider by using `browser.provider` option.
262262

263263
To specify a browser using the CLI, use the `--browser` flag followed by the browser name, like this:
264264

0 commit comments

Comments
 (0)