This is a Playwright wrapper for testing local webapps without wrestling with server lifecycle management. The with_server.py helper starts your dev servers (supports multiple at once), waits for them to be ready, runs your test script, then tears everything down. The skill pushes a "reconnaissance then action" pattern: navigate, wait for networkidle, screenshot or inspect the DOM, identify your selectors from what actually rendered, then automate. It's honest about the main footgun, which is trying to grab selectors before JavaScript finishes executing. Includes examples for static HTML, console logging, and element discovery. If you're tired of manually starting servers before running UI tests, this handles the boring parts.
npx -y skills add warpdotdev/oz-skills --skill webapp-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot