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
Thismethodshouldnotbecalledif [`vitest.init()`](#init) isalsoinvoked. Use [`runTestSpecifications`](#runtestspecifications) or [`rerunTestSpecifications`](#reruntestspecifications) insteadifyouneedtoruntestsafterVitestwasinitialised.
236
+
Thismethodshouldnotbecalledif [`vitest.standalone()`](#standalone) isalsoinvoked. Use [`runTestSpecifications`](#runtestspecifications) or [`rerunTestSpecifications`](#reruntestspecifications) insteadifyouneedtoruntestsafterVitestwasinitialised.
Initializereportersandthecoverageprovider. Thismethoddoesn't run any tests. If the `--watch` flag is provided, Vitest will still run changed tests even if this method was not called.
Copy file name to clipboardExpand all lines: docs/guide/cli-generated.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -853,7 +853,7 @@ Use `bundle` to bundle the config with esbuild or `runner` (experimental) to pro
853
853
854
854
-**CLI:**`--standalone`
855
855
856
-
Start Vitest without running tests. Tests will be running only on change. This option is ignored when CLI file filters are passed. (default: `false`)
856
+
Start Vitest without running tests. Tests will be running only on change. If browser mode is enabled, the UI will be opened automatically. This option is ignored when CLI file filters are passed. (default: `false`)
'Start Vitest without running tests. Tests will be running only on change. This option is ignored when CLI file filters are passed. (default: `false`)',
810
+
'Start Vitest without running tests. Tests will be running only on change. If browser mode is enabled, the UI will be opened automatically. This option is ignored when CLI file filters are passed. (default: `false`)',
0 commit comments