mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
pest: add examples for Pest 3.x (#13976)
This commit is contained in:
parent
8d3f964286
commit
63d1867e67
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue