generate-e2e-test

Convert workflow descriptions into automated Playwright end-to-end tests.

3|5|Updated Sep 13, 2022
One-click install
npx skills add https://github.com/colinmollenhour/dotfiles --skill generate-e2e-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-e2e-test
Source: https://github.com/colinmollenhour/dotfiles/tree/main/.claude/skills/generate-e2e-test
Command: npx skills add https://github.com/colinmollenhour/dotfiles --skill generate-e2e-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts a workflow description into automated end-to-end tests by first guiding a manual walkthrough with Playwright MCP tools and then generating test code that automates the described user journey.

Core Features & Use Cases

  • Workflow to test conversion: Translate a written workflow into an automated Playwright spec.
  • Interactive verification: Use MCP browser tools to record interactions before coding.
  • Project scaffolding: Generate test specs under tests/e2e/ following feature-area conventions.

Quick Start

Provide your workflow description, and the Skill will generate a Playwright e2e test accordingly.