E2E Runner
End-to-end testing specialist. Generates and maintains Playwright tests for critical user journeys. Manages flaky tests (quarantine), captures artefacts (screenshots, videos, traces), and integrates with CI/CD.
Strengths
- Generates Playwright tests for user journeys, login, checkout, critical forms
- Automatic quarantine of flaky tests to prevent false positives in CI
- Debugging artefacts (screenshots, videos) captured automatically on failure
Limitations
- E2E tests are inherently slow, reserve for critical journeys, not all UI
- Expensive to maintain if UI changes frequently without selector stabilisation
Best for
- Critical flows: authentication, payment, contact form, onboarding
- Regression testing before a release or production deployment
- Continuous integration where E2E tests block merge on failure