What problem does it solve?
Browser automation for modern web apps can be tedious, error-prone, and hard to scale; this Playwright-based skill provides auto-detection of dev servers, temporary script generation to /tmp, and a visible browser workflow for interactive debugging.
Core Features & Use Cases
- Auto-detects running dev servers on common ports and uses them as test targets
- Writes test scripts to /tmp/playwright-test-*.js to keep your project clean
- Ships a helper library with safe click/type retries, cookie banner handling, table extraction, dev-server detection, and env-driven header injection
- Ideal for validating UX, login flows, link checking, and cross-framework apps (React, Next.js, Vue, Svelte, Express, Node)
Quick Start
Provide a task description and I will auto-detect dev servers, generate a /tmp/playwright-test-*.js script, and execute it with the universal executor.