Skip to content

Commit 3102986

Browse files
authored
docs: browser.provider link (#7851)
1 parent 6555d61 commit 3102986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/node/cli/cli-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export const cliOptionsConfig: VitestCLIOptions = {
387387
},
388388
provider: {
389389
description:
390-
'Provider used to run browser tests. Some browsers are only available for specific providers. Can be "webdriverio", "playwright", "preview", or the path to a custom provider. Visit [`browser.provider`](https://vitest.dev/config/#browser-provider) for more information (default: `"preview"`)',
390+
'Provider used to run browser tests. Some browsers are only available for specific providers. Can be "webdriverio", "playwright", "preview", or the path to a custom provider. Visit [`browser.provider`](https://vitest.dev/guide/browser/config.html#browser-provider) for more information (default: `"preview"`)',
391391
argument: '<name>',
392392
subcommands: null, // don't support custom objects
393393
},

0 commit comments

Comments
 (0)