e2e

Orchestrate Playwright Test Agents for end-to-end test generation and healing.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/MartinNevlaha/stratus-v2 --skill e2e-martinnevlaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e
Source: https://github.com/MartinNevlaha/stratus-v2/tree/main/cmd/stratus/skills/e2e
Command: npx skills add https://github.com/MartinNevlaha/stratus-v2 --skill e2e-martinnevlaha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and maintenance of end-to-end (E2E) tests for web applications, reducing manual testing effort and ensuring application stability.

Core Features & Use Cases

  • Orchestrates Playwright Agents: Manages specialized agents for test planning, generation, and healing.
  • Automated Workflow: Guides the E2E testing process through distinct phases: Setup, Plan, Generate, Heal, and Complete.
  • Use Case: Automatically generate a suite of E2E tests for a new feature, run them, and automatically fix any introduced regressions.

Quick Start

Use the e2e skill to generate and run end-to-end tests for the user authentication flow.

Frequently Asked Questions about e2e

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

FAQPage Schema
How do I automate E2E test generation for web applications?

Autonomous E2E test generation uses Playwright Test Agents to orchestrate setup, planning, script creation, and automated healing. This workflow reduces manual effort by automatically creating and maintaining test suites for web applications.

Can I automatically fix Playwright test regressions?

Yes, you can automatically fix Playwright test regressions using the automated healing workflow. Specialized agents detect failures and automatically maintain test scripts to resolve regressions and ensure application stability.

What do I need to set up before running automated E2E testing workflows?

Before running automated E2E testing workflows, you must ensure prerequisites like Node.js, Playwright, and project configuration are properly installed and met. The system verifies these dependencies before delegating tasks to specialized agents.

What are the phases of an automated E2E testing workflow?

The automated E2E testing workflow progresses through five distinct phases: Setup, Plan, Generate, Heal, and Complete. These phases coordinate project configuration, test planning, script generation, and automated maintenance.

How does automated test healing work for end-to-end tests?

Automated test healing works by delegating broken test scripts to specialized Playwright agents during the Heal phase. These agents analyze regressions and automatically rewrite or fix scripts to maintain application stability.