#What it does
The playwright-interactive skill runs persistent Playwright sessions for debugging local web and Electron apps. Unlike one-shot test scripts, it maintains a browser context across multiple interactions, allowing you to step through flows, capture QA evidence, and debug issues interactively.
#How to use
bash
$playwright-interactiveUse $playwright-interactive to debug a local web or Electron app in a persistent Playwright session and capture the QA evidence.
#Capabilities
- Persistent browser sessions that maintain state across interactions
- Electron app testing support
- Screenshot and evidence capture at each step
- Interactive debugging with step-by-step control
- Console error monitoring and reporting
#When to use
- Debugging complex multi-step user flows
- QA verification that requires maintaining session state
- Electron app testing
- Capturing visual evidence for bug reports
- Interactive exploration of UI behavior
This skill is from the OpenAI Skills Catalog.