Performance Testing
Playwright Performance Regression Testing: Traces, Timings, and Budget Enforcement
Lighthouse is good at measuring page load performance. It's bad at measuring everything that happens after load: navigation between pages, complex interactions, data-heavy operations, application-specific flows. For those, Playwright with Chrome DevTools Protocol (CDP) is the right tool. This guide covers using Playwright to catch performance