Skip to content

Commit

Permalink
docs(cli): add --sequence flag example (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
rianfowler committed Jul 19, 2023
1 parent f56de2a commit 1762b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/cli.md
Expand Up @@ -88,7 +88,7 @@ Run only [benchmark](https://vitest.dev/guide/features.html#benchmarking-experim
| `--dangerouslyIgnoreUnhandledErrors` | Ignore any unhandled errors that occur |
| `--changed [since]` | Run tests that are affected by the changed files (default: false). See [docs](#changed) |
| `--shard <shard>` | Execute tests in a specified shard |
| `--sequence` | Define in what order to run tests. Use [cac's dot notation] to specify options (for example, use `--sequence.shuffle` to run tests in random order) |
| `--sequence` | Define in what order to run tests. Use [cac's dot notation] to specify options (for example, use `--sequence.shuffle` to run tests in random order or `--sequence.shuffle --sequence.seed SEED_ID` to run a specific order) |
| `--no-color` | Removes colors from the console output |
| `--inspect` | Enables Node.js inspector |
| `--inspect-brk` | Enables Node.js inspector with break |
Expand Down

0 comments on commit 1762b13

Please sign in to comment.