playwright-executor

Run Playwright E2E test suites and report pass/fail outcomes.

23|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/neonwatty/claude-qa-skills --skill playwright-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-executor
Source: https://github.com/neonwatty/claude-qa-skills/tree/main/skills/playwright-executor
Command: npx skills add https://github.com/neonwatty/claude-qa-skills --skill playwright-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Runs Playwright E2E test suites and reports results, streamlining QA automation for web apps.

Core Features & Use Cases

  • Discover e2e/*.spec.ts test files, execute them across configured browser projects, and collect results.
  • Parse and summarize outcomes, including passes, failures, and duration, with optional auto-fix of failing tests.
  • Filter by platform and project (e.g., chromium, firefox, webkit) and generate readable reports for CI and local runs.

Quick Start

Run all Playwright E2E tests and generate a concise results summary.

Frequently Asked Questions about playwright-executor

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

FAQPage Schema
How do I run Playwright E2E tests and report results automatically?

You can run Playwright E2E tests and report results by discovering e2e/*.spec.ts files, executing them across configured browser projects, and summarizing pass/fail outcomes with duration metrics.

Can I filter Playwright test execution by browser platform like chromium or firefox?

Yes, you can filter Playwright test execution by platform using the --project flag to target specific browser configurations such as chromium, firefox, or webkit for both desktop and mobile setups.

Do I need Playwright installed to execute E2E test suites and parse outputs?

Yes, you need Playwright installed in your environment to execute E2E test suites, as the automation relies on its native test runner to discover specs, execute tests, and parse output results.

What is the best way to handle failing Playwright E2E tests during a CI run?

The best way to handle failing Playwright E2E tests is to use a fix mode that automatically parses failures and attempts to resolve them, while generating readable reports for CI pipeline integration.

Does Playwright test discovery support session recovery for long-running suites?

Playwright test discovery supports session recovery by integrating with a task-list workflow, allowing you to resume execution and reporting across large desktop and mobile platform configurations after interruptions.