[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: list default browser provider consistently (#6154)

authored by

Lenni and committed by
GitHub
(Jul 17, 2024, 11:00 AM +0200) 0881023e 32c0d99b

+1 -1
+1 -1
docs/guide/browser/index.md
··· 258 258 259 259 ## Cross-Browser Testing 260 260 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. 262 262 263 263 To specify a browser using the CLI, use the `--browser` flag followed by the browser name, like this: 264 264