playwright-e2e-test

Generate a runnable Playwright end-to-end test suite with authentication and assertions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wolfbela/claude-skill --skill playwright-e2e-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: playwright-e2e-test
Source: https://github.com/wolfbela/claude-skill/tree/main/weshake/skills/playwright-e2e-test
Command: npx skills add https://github.com/wolfbela/claude-skill --skill playwright-e2e-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams automate the creation of exhaustive Playwright E2E test suites for a given page or feature, reducing manual test writing and ensuring coverage of all user flows and edge cases.

Core Features & Use Cases

  • Exhaustive test generation: Create a single runnable Playwright test suite that covers every user-facing scenario.
  • Input-driven scope: Accept a page name, feature name, or path to a page file to tailor the test plan.
  • Context-aware setup: Detect base URLs and API endpoints from project configuration to generate realistic tests.
  • Use Case: Suppose you want to validate login, signup, and dashboard flows; this Skill generates a full Playwright suite that exercises those paths with appropriate assertions.

Quick Start

Provide the target page or feature name to generate a complete Playwright E2E test suite.

Frequently Asked Questions about playwright-e2e-test

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

FAQPage Schema
How do I generate Playwright E2E tests automatically for a frontend page?▼

Generate Playwright E2E tests automatically by providing a page name or feature path to produce a single runnable test file covering user flows, base URL configuration, and assertions.

Can I create a Playwright test suite that covers all user flows and edge cases?▼

Yes, exhaustive test generation creates a complete Playwright test suite covering every user-facing scenario and edge case for frontend pages, reducing manual test writing effort.

Does Playwright test generation handle authentication and navigation setup?▼

Playwright test generation handles authentication setup and navigation steps by detecting base URLs and API endpoints from project configuration to produce realistic, runnable tests.

What do I need to provide to generate a Playwright E2E test suite?▼

Provide a target page name, feature name, or path to a page file to tailor the test plan, generating a complete Playwright E2E test suite with appropriate assertions.

What is the best way to automate E2E test writing for multiple frontend features?▼

Automate E2E test writing by inputting multiple feature names or page paths to generate exhaustive, runnable Playwright test suites that exercise login, signup, and dashboard flows with assertions.