❯ npx playwright test --reporter=html
Running 24 tests across 3 workers
✓ homepage loads in under 1s (1.1s)
✓ contact form validates correctly (0.8s)
✓ mobile nav opens and closes (0.5s)
✓ checkout flow end-to-end (2.1s)
✓ all API endpoints respond (0.3s)
✓ authentication flow secure (1.4s)
24 passed (0 failed) — 6.2s total
✦ HTML report → localhost:9323
❯