release: 4.3.0

This commit is contained in:
Nuno Maduro
2025-12-30 14:48:33 -05:00
parent 58b8f3cc5d
commit e86bec3e68
5 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Pest Testing Framework 4.2.0.
Pest Testing Framework 4.3.0.
USAGE: pest <file> [options]
@ -27,6 +27,7 @@
--pr .... Output to standard output tests with the given pull request number
--pull-request Output to standard output tests with the given pull request number (alias for --pr)
--retry Run non-passing tests first and stop execution upon first error or failure
--dirty ...... Only run tests that have uncommitted changes according to Git
--all .................... Ignore test selection from XML configuration file
--list-suites ................................... List available test suites
--testsuite [name] ......... Only run tests from the specified test suite(s)

View File

@ -1,3 +1,3 @@
Pest Testing Framework 4.2.0.
Pest Testing Framework 4.3.0.