pest: add examples for Pest 3.x (#13976)

This commit is contained in:
Owen Voke 2024-10-04 16:21:13 +01:00 committed by GitHub
parent 8d3f964286
commit 63d1867e67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,3 +22,11 @@
- Run tests with coverage and fail if the coverage is less than the minimum percentage: - Run tests with coverage and fail if the coverage is less than the minimum percentage:
`pest --coverage --min={{80}}` `pest --coverage --min={{80}}`
- Run tests in parallel:
`pest --parallel`
- Run tests with mutations:
`pest --mutate`