All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Bumps dependencies
- Support for specifying a custom runner using the
--runner
flag (#15)
stopOnError
will now respectfully stop the test suite (#9)- Running
vendor/bin/pest --parallel
now has identical functionality tophp artisan test --parallel
when in a Laravel environment (#10)
- Support for code syntax highlighting in collision error output (#7)
- Test files that do not perform any tests will no longer output any message, to keep in tandem with standard Pest output (#5)