playwright-e2e

Automate Playwright end-to-end test execution and debugging across projects.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/xxziiko/subagent --skill playwright-e2e-xxziiko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-e2e
Source: https://github.com/xxziiko/subagent/tree/main/.claude/skills/playwright-e2e
Command: npx skills add https://github.com/xxziiko/subagent --skill playwright-e2e-xxziiko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines E2E testing and debugging for Playwright-based projects, reducing manual setup and diagnosis time.

Core Features & Use Cases

  • Test Execution: Run full or selective Playwright tests across projects and setups.
  • Debugging Guidance: Step-by-step debugging, headed mode, trace collection, and troubleshooting patterns.
  • Bug Reproduction: Structured patterns and commands to reproduce and verify bugs.

Quick Start

Use the Playwright E2E Skill to run all tests for your project with pnpm exec playwright test, or target specific tests via path or -g filters.

Frequently Asked Questions about playwright-e2e

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

FAQPage Schema
How do I run selective Playwright E2E tests across multiple project setups?

Debug Playwright E2E tests using headed mode and trace collection to reproduce bugs. This Skill provides structured step-by-step troubleshooting patterns to step through executions and verify fixes across different setups.

Can I reuse storage state and manage setup patterns for Playwright test automation?

Yes, you can manage setup patterns and reuse storage state for Playwright test automation. This approach streamlines test execution by maintaining consistent authentication states across multi-project environments without redundant logins.

How do I integrate Playwright test automation with CI pipelines?

Integrate Playwright test automation with CI pipelines by executing test commands within the pipeline environment. The Skill supports trace collection and bug reproduction workflows, enabling continuous test execution and diagnosis across setups.

What is the best way to reproduce bugs using Playwright E2E testing?

Reproduce bugs using Playwright E2E testing by applying structured patterns and commands to replicate the exact failure environment. This verifies the bug's existence and allows you to confirm the fix across different project setups.