playwright-interactive
Persistent Playwright sessions for iterative UI testing, functional QA, and visual debugging of web and Electron apps.
Install
npx skills add https://github.com/openai/skills --skill playwright-interactiveStats
| Total installs | 976 |
| Weekly installs | 969 |
| GitHub stars | 15.5K |
| First seen | Mar 5, 2026 |
| Source | @openai/skills |
Summary
- Maintains the same Playwright handles (browser, context, page) across multiple js_repl cells, eliminating restart overhead during iterative UI testing and QA.
- Supports desktop web (explicit viewport or native-window mode), mobile web emulation, and Electron app debugging from a single persistent session.
- Includes structured QA workflow: write a coverage inventory upfront, run functional tests with real user input, then run separate visual QA with screenshot capture and viewport-fit validation.
- Provides reload helpers for renderer-only changes and restart paths for main-process or startup changes, with explicit guidance on when to reload versus relaunch.
- Built-in screenshot normalization for CSS-pixel alignment (web and Electron), clipped region capture, and coordinate-based follow-up actions for model-assisted debugging.
Tags
Related skills
| Skill | Installs | vs playwright-interactive |
|---|---|---|
| debugging-wizard | 1,068 | +92 |
| react-expert | 1,140 | +164 |
| swift-protocol-di-testing | 1,125 | +149 |
| peekaboo | 953 | -23 |
| fastify-best-practices | 977 | +1 |
FAQ
- How many installs does playwright-interactive have?
- playwright-interactive has 976 total installs and 969 installs this week.
- Where is playwright-interactive hosted?
- playwright-interactive is published by @openai/skills at https://github.com/openai/skills.
- How many GitHub stars does playwright-interactive have?
- playwright-interactive has 15.5K GitHub stars.
- When was playwright-interactive first indexed?
- OrangeBot.AI first indexed playwright-interactive on Mar 5, 2026.
- How do I install playwright-interactive?
- Run: npx skills add https://github.com/openai/skills --skill playwright-interactive