release: v2.34.1

This commit is contained in:
Nuno Maduro
2024-02-28 15:15:55 +00:00
parent 602b696348
commit 78d9fd31d0
4 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Pest Testing Framework 2.34.0.
Pest Testing Framework 2.34.1.
USAGE: pest <file> [options]
@ -55,6 +55,7 @@
--stop-on-notice ............. Stop after first test that triggered a notice
--stop-on-skipped ............................ Stop after first skipped test
--stop-on-incomplete ...................... Stop after first incomplete test
--fail-on-empty-test-suite Signal failure using shell exit code when no tests were run
--fail-on-warning Signal failure using shell exit code when a warning was triggered
--fail-on-risky Signal failure using shell exit code when a test was considered risky
--fail-on-deprecation Signal failure using shell exit code when a deprecation was triggered

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.34.0.
Pest Testing Framework 2.34.1.