Merge branch '2.x' into 3.x

This commit is contained in:
Nuno Maduro
2024-01-23 18:06:23 +00:00
31 changed files with 725 additions and 26 deletions

View File

@ -1,5 +1,5 @@
Pest Testing Framework 3.0.0-dev-0002.
Pest Testing Framework 3.0.0-dev-0003.
USAGE: pest <file> [options]
@ -30,6 +30,7 @@
--exclude-group [name] ........... Exclude tests from the specified group(s)
--covers [name] ................. Only run tests that intend to cover [name]
--uses [name] ..................... Only run tests that intend to use [name]
--list-test-files ................................ List available test files
--list-tests .......................................... List available tests
--list-tests-xml [file] ................. List available tests in XML format
--filter [pattern] ............................... Filter which tests to run

View File

@ -1,3 +1,3 @@
Pest Testing Framework 3.0.0-dev-0002.
Pest Testing Framework 3.0.0-dev-0003.