playwright-e2e

Generates production-ready test suites for web apps with configurable environments.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/XFaramirX/playwright-e2e-skills --skill playwright-e2e-xfaramirx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-e2e
Source: https://github.com/XFaramirX/playwright-e2e-skills/tree/main
Command: npx skills add https://github.com/XFaramirX/playwright-e2e-skills --skill playwright-e2e-xfaramirx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of comprehensive, production-ready Playwright end-to-end tests, significantly reducing the manual effort and time required to build and maintain robust test suites.

Core Features & Use Cases

  • Page Object Model (POM): Generates tests following the POM architecture for maintainability and reusability.
  • Accessibility Testing: Integrates axe-core for automated accessibility compliance checks (WCAG).
  • API Testing: Creates API tests with schema validation using Zod for type safety.
  • Multi-Environment Support: Configures tests to run across different environments (dev, staging, prod).
  • Use Case: You need to create a new end-to-end test suite for a user login feature, including accessibility checks and API validation for the authentication endpoint.

Quick Start

Create E2E tests for the login feature with accessibility checks.

Frequently Asked Questions about playwright-e2e

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

FAQPage Schema
How do I generate Playwright E2E tests using the Page Object Model?

To generate Playwright E2E tests using the Page Object Model, this Skill creates maintainable test suites structured with POM architecture. It automatically produces functional, smoke, and visual regression tests for web applications to streamline your end-to-end testing workflow.

Can I include accessibility testing in my Playwright end-to-end suite?

Yes, you can include accessibility testing in your Playwright end-to-end suite. This Skill integrates axe-core to automatically generate automated accessibility compliance checks, ensuring your web applications meet WCAG standards directly within your test workflows.

How do I add API testing with Zod schema validation to Playwright tests?

You can add API testing with Zod schema validation to Playwright tests by utilizing this Skill's generation capabilities. It produces API tests that enforce type safety through Zod schemas, allowing you to validate authentication endpoints and other API responses alongside your functional UI tests.

Does this Playwright E2E generator support multiple environments like staging and prod?

Yes, this Playwright E2E generator supports multiple environments like staging and prod. It configures generated test suites to run seamlessly across different environments, including dev, staging, and production, ensuring your end-to-end tests validate application behavior consistently.

What is the best way to structure complex Playwright test suites for maintainability?

The best way to structure complex Playwright test suites for maintainability is using the Page Object Model architecture. This Skill generates tests following the POM pattern, separating UI elements and behaviors to maximize reusability across functional, API, and visual regression tests.

What types of tests can I generate for a web login feature with Playwright?

For a web login feature, you can generate functional, accessibility, API, smoke, and visual regression tests with Playwright. This Skill creates comprehensive end-to-end test suites that include axe-core accessibility checks and Zod API validation for the authentication endpoint.