What problem does it solve?
This skill eliminates the friction of spinning up Playwright automation by auto-detecting dev servers, isolating scripts in /tmp, and keeping browsers visible so you can verify web functionality without manual environment tuning.
Core Features & Use Cases
- Server detection first: Scans common localhost ports, prompts for missing URLs, and keeps you from hardcoding dev targets before writing any automation.
- Temporary script management: Writes custom Playwright code to /tmp, executes it through the run.js harness, and lets the operating system clean up test files automatically.
- Visible, responsive testing: Defaults to headed Chromium with configurable viewports, login/form checks, screenshot capture, header injection, and robust helpers for retries and waits.
Quick Start
Ask the skill to auto-detect your dev server, write a responsive Playwright test to /tmp, and run it with visible Chromium to verify the homepage.