e2e-test-generator

Generate Playwright end-to-end test suites for web apps, Chrome extensions, and PWAs.

7|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/PMDevSolutions/Aurelius --skill e2e-test-generator-pmdevsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test-generator
Source: https://github.com/PMDevSolutions/Aurelius/tree/main/.claude/skills/e2e-test-generator
Command: npx skills add https://github.com/PMDevSolutions/Aurelius --skill e2e-test-generator-pmdevsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually writing end-to-end tests for different application types (web apps, Chrome extensions, PWAs) is time-consuming, requires specialized platform-specific testing knowledge, and often leads to inconsistent or incomplete test coverage for design-built applications.

Core Features & Use Cases

  • App-Type-Aware Test Generation: Creates tailored Playwright test suites for web apps, Chrome extensions, and PWAs directly from build specifications, eliminating manual template configuration.
  • Comprehensive Out-of-the-Box Coverage: Includes page load, navigation, form submission, visual regression, and app-specific tests (e.g., extension loading, PWA offline functionality) by default.
  • Use Case: For a team building a Chrome extension from a Figma design, this skill automatically generates tests for popup rendering, content script injection, and storage persistence, cutting test setup time from hours to minutes.

Quick Start

Use the e2e-test-generator skill to create a complete set of Playwright end-to-end tests for your built application using the existing build-spec.json file.

Frequently Asked Questions about e2e-test-generator

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

FAQPage Schema
How do I generate Playwright E2E tests for a Chrome extension?

Generate Playwright E2E tests for a Chrome extension by providing your build specifications. The skill automatically creates tailored test suites covering popup rendering, content script injection, and storage persistence.

What is the best way to automate E2E testing for a progressive web app?

Automate E2E testing for a progressive web app by generating tailored Playwright test suites. It produces runnable test files that include app-specific checks like offline functionality and cross-browser configurations.

Can I use this to create visual regression tests for React applications?

Yes, you can create visual regression tests for React applications. It generates runnable Playwright test files and cross-browser test configurations directly from your build specifications.

How do I set up cross-browser testing for a design-to-code build pipeline?

Set up cross-browser testing for a design-to-code build pipeline by applying the generator to your existing build-spec.json file. It produces structured test configurations and runnable Playwright test files aligned with build specifications.

Do I need to manually configure test templates for different application types?

No, manual template configuration is eliminated. App-type-aware test generation creates tailored Playwright test suites for web apps, Chrome extensions, and PWAs directly from your build specifications.