From b779bca021bc977841d8128df51f03e15d318625 Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Wed, 11 Feb 2026 09:50:26 +0100 Subject: [PATCH] docs: add `--static-parse` to docs --- docs/guide/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/cli.md b/docs/guide/cli.md index 61d82db36..730d1ced5 100644 --- a/docs/guide/cli.md +++ b/docs/guide/cli.md @@ -121,6 +121,8 @@ tests/test1.test.ts tests/test2.test.ts ``` +Since Vitest 4.1, you may pass `--static-parse` to [parse test files](/api/advanced/vitest#parsespecifications) instead of running them to collect tests. Vitest parses test files with limited concurrency, defaulting to `os.availableParallelism()`. You can change it via the `--static-parse-concurrency` option. + ## Shell Autocompletions Vitest provides shell autocompletions for commands, options, and option values powered by [`@bomb.sh/tab`](https://github.com/bombshell-dev/tab). -- 2.51.2