pest
Verified for current stable LTS
Pest Command: Run Tests Current Directory
Use for run tests current directory with Pest. Exact CLI syntax to run tests current directory using Pest.
When to use this: Use for run tests current directory with Pest.
Command Syntax
pest pest Live Command Builder
Final Command
pest Command Breakdown
pest is the base executable for this command.
FAQ
Purpose: Exact syntax to run tests current directory 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 In Parallel pest --parallel 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>