Skill Claude CodeCodex
Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Skill Claude CodeCodex
Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
Skill Claude CodeCodex
DevOps workflows for Playwright - CI failure analysis, workflow debugging, and release operations.
Skill Claude CodeCodex
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts.
Skill Claude CodeCodex
Triage a Playwright bug report by reproducing it from the information in the issue. Use when asked to triage, reproduce, or verify a GitHub issue (a new bug report, or an existing report with a new comment).
Skill Claude CodeCodex
Automate browser interactions, test web pages and work with Playwright tests.
Skill Claude CodeCodex
Set up component testing with Playwright using a story gallery — scaffold stories and a gallery dev page driven by the built-in mount fixture, no dedicated component-testing runtime. Use when asked to test React or Vue components in isolation with Playwright, or to migrate off @playwright/experimental-ct-react / -vue.
Skill Claude CodeCodex
Inspect Playwright trace files from the command line — list actions, view requests, console, errors, snapshots and screenshots.