e2e-testing

Create, debug, and maintain Playwright end-to-end tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/YusukeTsunoda/ppt-trans --skill e2e-testing-yusuketsunoda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-testing
Source: https://github.com/YusukeTsunoda/ppt-trans/tree/main/.claude/skills/e2e-testing
Command: npx skills add https://github.com/YusukeTsunoda/ppt-trans --skill e2e-testing-yusuketsunoda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers create, debug, and maintain Playwright end-to-end tests, reducing time-to-resolution for flaky or failing tests.

Core Features & Use Cases

  • Test Creation: Create new Playwright tests from common patterns and scaffolding.
  • Debug & Maintenance: Diagnose failures, stabilize flaky tests, and refactor tests for reliability.
  • Use Case: When a test fails in CI, use this skill to generate a fix, add a regression test, and update existing tests to ensure CI stability.

Quick Start

Use this skill to generate and stabilize a failing Playwright test by providing the project context and failing scenario to the assistant.

Frequently Asked Questions about e2e-testing

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

FAQPage Schema
How do I fix flaky Playwright tests failing in my CI pipeline?

To fix flaky Playwright tests in CI, you diagnose failures using failure patterns and environment guides to stabilize selectors, waits, and assertions for reliable test automation.

What is the best way to create new Playwright E2E tests from existing patterns?

The best way to create Playwright E2E tests is by using common patterns and scaffolding to generate new test scripts, ensuring they align with modern web application workflows.

Why does my Playwright test fail in CI but pass locally?

Playwright tests may fail in CI due to environment differences; diagnosing failures with environment guides helps identify timing issues, missing dependencies, or browser context mismatches.

Can I use this to debug and refactor end-to-end tests for modern web applications?

Yes, you can debug and refactor end-to-end tests for modern web applications by diagnosing failures, stabilizing flaky tests, and updating test suites to ensure robust automation.

How do I add a regression test after fixing a failing Playwright scenario?

To add a regression test after fixing a failing Playwright scenario, provide the project context and failing scenario to generate a fix, add a regression test, and update existing tests.