Quality report
A QA engineer's portfolio that nobody tests is just a claim. This page is generated from the same CI run that deploys the site — every push to main runs the suite and rewrites these numbers.
Last run · commit local
Seed data — run pnpm test:e2e and the CI workflow to populate this.
Test suites
End-to-end (Playwright)
Chromium, Firefox, WebKit + mobile viewports
- 0
- passed
- 0
- failed
- 0
- skipped
- 0.0s
- duration
Accessibility (axe-core)
WCAG 2.2 AA on every public route
- 0
- passed
- 0
- failed
- 0
- skipped
- 0.0s
- duration
Lighthouse
Median of three runs against the production deployment.
—
Performance—
Accessibility—
Best practices—
SEOWhat is actually tested
- Every public route renders, responds 200, and has exactly one
h1. - Navigation works from the keyboard alone, including the skip link.
- axe-core finds zero serious or critical violations on any route, in both themes.
- Metadata, canonical URLs, and OG images resolve on every page.
- The contact form validates, rate-limits, and rejects bots.