e2e-regression-testing

Generates Playwright-based end-to-end regression suites with nine-phase workflow and CI-ready artifacts.

3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/gulati8/justice-league-factory --skill e2e-regression-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-regression-testing
Source: https://github.com/gulati8/justice-league-factory/tree/main/.claude/skills/e2e-regression-testing
Command: npx skills add https://github.com/gulati8/justice-league-factory --skill e2e-regression-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a disciplined workflow to build a complete end-to-end regression suite using Playwright, enabling teams to catch regressions before they reach users.

Core Features & Use Cases

  • Nine-phase lifecycle from codebase discovery to artifact generation, with a Page Object Model, multi-viewport testing, and accessibility checks.
  • Use for auditing entire codebases, validating critical paths, and producing CI-ready test artifacts.

Quick Start

Instruct the agent to generate a full Playwright E2E regression suite following the nine-phase workflow.

Frequently Asked Questions about e2e-regression-testing

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

FAQPage Schema
How do I automate E2E regression testing with Playwright?

Automate E2E regression testing by generating a Playwright-based test suite that applies a nine-phase workflow, covering routes, APIs, and UI across multiple viewports to ensure release readiness.

What is the best way to build a complete Playwright test suite for a full application?

Build a complete Playwright test suite by scanning the codebase to discover application surfaces, then generating page objects, accessibility checks, visual regression tests, and CI-ready artifacts.

Can I use page objects and accessibility checks in my Playwright E2E regression suite?

Yes, the generated Playwright E2E regression suite enforces a structured page object model and includes built-in accessibility checks alongside multi-viewport testing and visual regression validation.

How do I audit an entire application surface for release readiness using Playwright?

Audit an entire application surface by running the generated Playwright regression suite, which validates critical paths, APIs, and UI components across multiple viewports to verify ongoing quality assurance.

Does the generated Playwright test suite include CI-ready artifacts?

Yes, the workflow produces CI-ready artifacts as part of its final phase, allowing the generated Playwright regression tests to be integrated directly into continuous integration pipelines.