wsbaser:verify-feature-playwright

Automates parallel Playwright CLI browser tests with screenshots and HTML reports.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/wsbaser/claude-plugins --skill wsbaser-verify-feature-playwright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wsbaser:verify-feature-playwright
Source: https://github.com/wsbaser/claude-plugins/tree/main/plugins/wsbaser/skills/verify-feature-playwright
Command: npx skills add https://github.com/wsbaser/claude-plugins --skill wsbaser-verify-feature-playwright

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end browser testing often requires managing multiple parallel sessions, collecting screenshots, validating data, and producing comprehensive reports. This skill orchestrates Playwright CLI workflows to streamline these QA tasks.

Core Features & Use Cases

  • Parallel Playwright CLI sessions (up to 5 tracks) to execute tests concurrently.
  • Automated evidence collection via screenshots and console logs.
  • DB validation hooks and HTML report generation to close the feedback loop.
  • Seamless integration with a reporting workflow to produce a shareable test artifact.

Quick Start

Run the end-to-end Playwright CLI tests using the wsbaser:verify-feature-playwright skill.

Frequently Asked Questions about wsbaser:verify-feature-playwright

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

FAQPage Schema
How do I run parallel E2E tests with Playwright?

You can run parallel E2E tests with Playwright by orchestrating up to five distinct CLI sessions concurrently. This approach streamlines QA workflows by executing multiple test tracks simultaneously, significantly reducing overall test execution time.

What is the best way to generate HTML reports from Playwright CLI tests?

Generating HTML reports from Playwright CLI tests is best handled by integrating with a dedicated reporting workflow. This skill collects test evidence like screenshots and console logs, then feeds them into a reporting skill to produce shareable HTML artifacts.

Does Playwright browser testing support automated screenshot collection?

Playwright browser testing supports automated screenshot collection to provide visual validation during test execution. This skill orchestrates the capture of screenshots and console logs as evidence, ensuring visual validation data is readily available for QA review.

Can I run Playwright E2E tests in headless mode for QA automation?

You can run Playwright E2E tests in either headless or headed modes for QA automation. This skill supports both configurations, allowing you to execute tests in the background for CI pipelines or visually monitor browser interactions during local debugging.

How do I validate database state during Playwright E2E testing?

To validate database state during Playwright E2E testing, you can utilize DB validation hooks within your test workflow. This skill supports integrating these hooks to verify backend data consistency alongside your frontend browser testing sessions.

What are the limitations of running parallel Playwright CLI sessions?

The main limitation of running parallel Playwright CLI sessions is a maximum capacity of five concurrent tracks. Exceeding this limit requires queueing additional tests, which may impact overall execution time for large test suites.