e2e-testing

Orchestrate E2E testing workflows from feature analysis to Playwright test implementation and healing.

Updated Aug 29, 2025
One-click install
npx skills add https://github.com/teocrafters/public-talk-planner --skill e2e-testing-teocrafters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-testing
Source: https://github.com/teocrafters/public-talk-planner/tree/main/.claude/skills/e2e-testing
Command: npx skills add https://github.com/teocrafters/public-talk-planner --skill e2e-testing-teocrafters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the complete E2E test creation workflow from feature analysis to test implementation and healing, ensuring robust coverage and faster healing loops.

Core Features & Use Cases

  • Feature Analysis: Identify feature scope, changes, and impacted flows.
  • Test Planning with Agents: Generate a detailed E2E plan using specialized agents to map interactions, data, and edge cases.
  • Test Implementation & Execution: Produce Playwright-based tests using project conventions and fixtures.
  • Healing Loop: Automatically re-run and heal failing tests or escalate for user input when needed.
  • Use Case: When a new feature is introduced, use this skill to create end-to-end tests that exercise happy paths, error handling, and recovery scenarios.

Quick Start

Start by analyzing the latest feature changes to trigger a full end-to-end testing workflow.

Frequently Asked Questions about e2e-testing

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

FAQPage Schema
How do I automate end-to-end test workflows for new feature development?

Automate end-to-end test workflows by orchestrating feature analysis, agent-driven test plan generation, Playwright test scaffolding, and iterative healing loops to ensure robust coverage from planning through execution.

What's the best way to generate a comprehensive E2E test plan for complex feature changes?

Generate a comprehensive E2E test plan using specialized agents to map user interactions, test data requirements, and edge cases, ensuring feature changes and impacted flows are thoroughly covered before implementation.

Can I use Playwright to scaffold automated E2E tests using my existing project conventions?

Yes, Playwright is used to scaffold automated E2E tests by applying your existing project conventions and fixtures, producing test code that exercises happy paths, error handling, and recovery scenarios.

How does automated test healing work when E2E tests fail during execution?

Automated test healing works by iteratively re-running failing E2E tests and applying fixes automatically, escalating to request user input only when the healing loop cannot resolve the failure.

Do I need to analyze feature scope before creating automated E2E tests?

Yes, feature analysis is the required first step to identify feature scope, changes, and impacted flows, which triggers the full end-to-end testing workflow from planning through implementation and remediation.

What is E2E testing orchestration and when do I need it for quality assurance?

E2E testing orchestration coordinates the complete automated testing lifecycle from feature analysis to test implementation and healing, needed when comprehensive stepwise coverage and automated remediation are required for quality assurance.