diff --git a/pages/common/pest.md b/pages/common/pest.md index 9f024339b..24faa09c2 100644 --- a/pages/common/pest.md +++ b/pages/common/pest.md @@ -22,3 +22,11 @@ - Run tests with coverage and fail if the coverage is less than the minimum percentage: `pest --coverage --min={{80}}` + +- Run tests in parallel: + +`pest --parallel` + +- Run tests with mutations: + +`pest --mutate`