Forrest logo
back to context overview

pest

List of commands for pest:

  • pest:tldr:0c6c1 pest: Run tests with coverage and fail if the coverage is less than the minimum percentage.
    $ pest --coverage --min=${80}
    try on your machine
    explain this command
  • pest:tldr:64767 pest: Run tests and print the coverage report to `stdout`.
    $ pest --coverage
    try on your machine
    explain this command
  • pest:tldr:8d305 pest: Initialize a standard Pest configuration in the current directory.
    $ pest --init
    try on your machine
    explain this command
  • pest:tldr:b2ca6 pest: Run tests annotated with the given group.
    $ pest --group ${name}
    try on your machine
    explain this command
  • pest:tldr:fc3a4 pest: Run tests in the current directory.
    $ pest
    try on your machine
    explain this command
back to context overview