pest
Verified for current stable LTS
Pest Command: Run Tests In Parallel
Use for run tests in parallel with Pest. Exact CLI syntax to run tests in parallel using Pest.
When to use this: Use for run tests in parallel with Pest.
Command Syntax
pest --parallel pest --parallel Command Breakdown
--parallel- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run tests in parallel using Pest.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pest Command: Initialize Pest Configuration
pest --init Pest Command: Run Tests Current Directory pest Pest Command: Run Tests Print Coverage Report pest --coverage Pest Command: Run Tests With Coverage Minimum pest --coverage --min=<80> Pest Command: Run Tests With Group Annotation pest --group <name>