What problem does it solve?
Manually running end-to-end tests is slow, error-prone, and often lacks the artifacts needed to debug failures. This skill automates E2E test execution with CI-optimized defaults, eliminating manual effort and ensuring test runs are reliable, debuggable, and aligned with 2026 best practices.
Core Features & Use Cases
- CI-Optimized Execution: Runs Playwright/Cypress tests with built-in sharding, retry logic, and artifact capture (traces, screenshots, videos) for seamless CI integration.
- Flaky Test Management: Enforces a 2-week SLA for quarantined flaky tests, automatically deleting unresolved flaky tests to prevent test suite degradation.
- Zero-Tolerance Guardrails: Blocks silent failures, enforces a 30-minute suite budget, and requires containerized E2E runs before deployment to catch build and environment issues early.
Use Case: A SaaS team can use this skill to run their full E2E suite across 4 CI shards, capture failure traces automatically, quarantine flaky tests, and generate a merged HTML report for quick debugging.
Quick Start
Use the e2e-test-runner skill to execute your project's end-to-end test suite and generate a merged report with failure traces and screenshots.