A practical guide to Pest 4 browser testing in Laravel: setup, the sign-in flow, smoke assertions, subdomain testing with withHost, and visual regression.
Pest 4 brings Playwright-powered browser testing to PHP with the visit() helper, smoke tests, visual regression, and parallel sharding. Here is how it works.
PHPUnit 13 adds sealed test doubles, eight precise array assertions, and a true withConsecutive() replacement. Here is what PHP developers should know.