Pest v4.5.0 introduces first-class support for flaky test retries via a new `flaky()` modifier and `--flaky` CLI flag, allowing intermittently failing tests to be automatically retried (default 3 times) before being reported as failures. The release also adds a `toBeCasedCorrectly()` architecture assertion that catches

Sort: