playwright-pro

Generate, review, and debug Playwright end-to-end tests for web applications.

2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill playwright-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-pro
Source: https://github.com/zhangzhang-111-i/claude-skills111/tree/main/engineering-team/playwright-pro
Command: npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill playwright-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of writing, reviewing, and debugging Playwright tests, making end-to-end testing more efficient and reliable for AI coding agents.

Core Features & Use Cases

  • Test Generation: Create Playwright tests from natural language descriptions or component paths using pre-built templates.
  • Test Review: Automatically checks tests against best practices and identifies anti-patterns.
  • Flaky Test Fixes: Diagnoses and suggests fixes for intermittent test failures.
  • Migration: Assists in migrating test suites from Cypress or Selenium to Playwright.
  • Integrations: Supports syncing with TestRail and running tests on BrowserStack.
  • Use Case: When a user needs to generate a new end-to-end test for a login flow, this Skill can create a robust, Playwright-native test file based on best practices.

Quick Start

Use the playwright-pro skill to generate a test for the user login flow.

Frequently Asked Questions about playwright-pro

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

FAQPage Schema
How do I generate Playwright e2e tests from user stories?

Playwright e2e test generation from user stories uses pre-built templates to create robust, best-practice test files from natural language descriptions or component paths.

Can I migrate Cypress or Selenium test suites to Playwright?

Playwright migration automates converting existing Cypress or Selenium test suites into Playwright-native tests, ensuring adherence to standard end-to-end testing practices.

What's the best way to fix flaky Playwright tests?

Fixing flaky Playwright tests involves automated diagnosis of intermittent failures, suggesting targeted fixes to resolve anti-patterns and stabilize end-to-end test execution.

Does Playwright test automation support CI/CD and TestRail integration?

Playwright test automation supports CI/CD pipelines, syncs test results with TestRail, and runs cross-browser tests on BrowserStack for comprehensive test management.

How does automated test review identify Playwright anti-patterns?

Automated test review checks Playwright tests against established best practices, identifying anti-patterns and ensuring test code quality through component analysis.