e2e

Automate end-to-end testing workflows for critical user journeys with Playwright.

24|5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Luohaothu/everything-codex --skill e2e-luohaothu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e
Source: https://github.com/Luohaothu/everything-codex/tree/main/skills/e2e
Command: npx skills add https://github.com/Luohaothu/everything-codex --skill e2e-luohaothu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end testing ensures critical user journeys work across the app by automatically generating, maintaining, and executing Playwright-based tests, reducing regressions and manual QA effort.

Core Features & Use Cases

  • Plan and implement end-to-end Playwright tests for critical user flows.
  • Manage flaky tests and artifacts (screenshots, traces) across CI workflows.
  • Integrate with CI/CD to run tests and report results in PRs or dashboards.

Quick Start

Run the Playwright-based end-to-end tests for critical user journeys in your CI workflow.

Frequently Asked Questions about e2e

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end testing for critical user journeys with Playwright?

Automate end-to-end testing by planning, creating, and executing Playwright tests for critical user journeys. This approach applies a structured Page Object Model with resilient waits to handle dynamic content and reduce regressions in modern web applications.

What's the best way to manage flaky tests in Playwright CI workflows?

Manage flaky tests by capturing artifacts like screenshots and traces across CI workflows. This structured approach to end-to-end testing helps identify and resolve flaky UI behaviors, reducing manual QA effort and ensuring critical user flows work reliably.

Do I need TypeScript and Page Object Model to structure Playwright end-to-end tests?

Yes, you need TypeScript and a structured Page Object Model approach to build resilient Playwright end-to-end tests. This setup applies resilient waits and artifact capture to effectively test modern web applications with authentication and dynamic content.

How does capturing screenshots and traces help manage flaky UI in end-to-end testing?

Capturing screenshots and traces manages flaky UI by providing visual artifacts for debugging test failures. Integrating these artifacts into CI workflows allows teams to analyze flaky tests and report results accurately in PRs or dashboards.

Can I integrate Playwright end-to-end tests into my CI/CD to report results in PRs?

Yes, you can integrate Playwright end-to-end tests into CI/CD pipelines to run tests and report results directly in PRs or dashboards. This automation ensures critical user journeys are validated continuously, reducing regressions and manual QA effort.