What problem does it solve?
This Skill provides a CLI-first way to interactively automate, inspect, and debug web pages and Playwright tests, reducing the time spent reproducing failures and manually writing test code.
Core Features & Use Cases
- Interactive Debugging and Test Inspection: Attach to paused Playwright tests, explore DOM snapshots, evaluate elements, and reproduce failing steps.
- Automation & Test Generation: Drive browsers with CLI commands, record actions that generate Playwright TypeScript code, execute custom Playwright code, and manage storage state for login flows.
- Mocking, Tracing & Media Capture: Intercept and mock network requests, record traces and videos, take snapshots and screenshots, and manage multiple named browser sessions for concurrent workflows.
Quick Start
Open a playwright-cli session to https://example.com/login, fill the email and password fields, submit the form, and save a snapshot.