Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 1.81 KB

Changelog

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.

Changed

  • Bumps dependencies

Added

  • Support for specifying a custom runner using the --runner flag (#15)

Fixed

  • Fix test coverage (#12)
  • Resolve static analysis warnings (#14)

Fixed

  • stopOnError will now respectfully stop the test suite (#9)
  • Running vendor/bin/pest --parallel now has identical functionality to php artisan test --parallel when in a Laravel environment (#10)

Added

  • Support for code syntax highlighting in collision error output (#7)

Fixed

  • Test files that do not perform any tests will no longer output any message, to keep in tandem with standard Pest output (#5)