RSSAmplifier

Blog

Nuno Maduro

articles about php, laravel, testing, open source, and software engineering

nunomaduro.comRSS feed ↗3 posts

Latest posts

Pest v4.5 is out - flaky tests, arch casing, and --only-covered

Pest v4.5 introduces flaky test support with automatic retries, a toBeCasedCorrectly arch expectation for PSR-4 compliance, and a --only-covered option to clean up coverage reports.

Pest's withHost - browser testing subdomains in Laravel

Pest browser testing now has withHost, finally fixing subdomain testing for Laravel Sail and multi-tenant apps.

a Laravel Pint agent format - my proposal

Laravel Pint can now automatically detect when it's being run by AI coding agents like Claude Code or OpenCode, and switches to a structured JSON output format that's optimized for machine parsing.