|
1 | 1 |
|
2 | | - Pest Testing Framework 2.36.0. |
| 2 | + Pest Testing Framework 2.36.1. |
3 | 3 |
|
4 | 4 | USAGE: pest <file> [options] |
5 | 5 |
|
|
45 | 45 | --disallow-test-output ................. Be strict about output during tests |
46 | 46 | --enforce-time-limit ................. Enforce time limit based on test size |
47 | 47 | --default-time-limit [sec] Timeout in seconds for tests that have no declared size |
48 | | - --dont-report-useless-tests .. Do not report tests that do not test anything |
| 48 | + --do-not-report-useless-tests Do not report tests that do not test anything |
49 | 49 | --stop-on-defect ... Stop after first error, failure, warning, or risky test |
50 | 50 | --stop-on-error ..................................... Stop after first error |
51 | 51 | --stop-on-failure ................................. Stop after first failure |
|
60 | 60 | --fail-on-risky Signal failure using shell exit code when a test was considered risky |
61 | 61 | --fail-on-deprecation Signal failure using shell exit code when a deprecation was triggered |
62 | 62 | --fail-on-phpunit-deprecation Signal failure using shell exit code when a PHPUnit deprecation was triggered |
| 63 | + --fail-on-phpunit-warning Signal failure using shell exit code when a PHPUnit warning was triggered |
63 | 64 | --fail-on-notice Signal failure using shell exit code when a notice was triggered |
64 | 65 | --fail-on-skipped Signal failure using shell exit code when a test was skipped |
65 | 66 | --fail-on-incomplete Signal failure using shell exit code when a test was marked incomplete |
| 67 | + --fail-on-all-issues Signal failure using shell exit code when an issue is triggered |
| 68 | + --do-not-fail-on-empty-test-suite Do not signal failure using shell exit code when no tests were run |
| 69 | + --do-not-fail-on-warning Do not signal failure using shell exit code when a warning was triggered |
| 70 | + --do-not-fail-on-risky Do not signal failure using shell exit code when a test was considered risky |
| 71 | + --do-not-fail-on-deprecation Do not signal failure using shell exit code when a deprecation was triggered |
| 72 | + --do-not-fail-on-phpunit-deprecation Do not signal failure using shell exit code when a PHPUnit deprecation was triggered |
| 73 | + --do-not-fail-on-phpunit-warning Do not signal failure using shell exit code when a PHPUnit warning was triggered |
| 74 | + --do-not-fail-on-notice Do not signal failure using shell exit code when a notice was triggered |
| 75 | + --do-not-fail-on-skipped Do not signal failure using shell exit code when a test was skipped |
| 76 | + --do-not-fail-on-incomplete Do not signal failure using shell exit code when a test was marked incomplete |
66 | 77 | --cache-result ............................ Write test results to cache file |
67 | 78 | --do-not-cache-result .............. Do not write test results to cache file |
68 | 79 | --order-by [order] Run tests in order: default|defects|depends|duration|no-depends|random|reverse|size |
|
83 | 94 | --display-errors ............. Display details for errors triggered by tests |
84 | 95 | --display-notices ........... Display details for notices triggered by tests |
85 | 96 | --display-warnings ......... Display details for warnings triggered by tests |
| 97 | + --display-all-issues ..... Display details for all issues that are triggered |
86 | 98 | --reverse-list .............................. Print defects in reverse order |
87 | 99 | --teamcity . Replace default progress and result output with TeamCity format |
88 | 100 | --testdox ................ Replace default result output with TestDox format |
|
0 commit comments