
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 machineexplain this command
-
pest:tldr:64767 pest: Run tests and print the coverage report to `stdout`.$ pest --coveragetry on your machineexplain this command
-
pest:tldr:8d305 pest: Initialize a standard Pest configuration in the current directory.$ pest --inittry on your machineexplain this command
-
pest:tldr:b2ca6 pest: Run tests annotated with the given group.$ pest --group ${name}try on your machineexplain this command
-
pest:tldr:fc3a4 pest: Run tests in the current directory.$ pesttry on your machineexplain this command