Webapp Testing

Browser-tests a local webapp end to end — starts the app, installs Playwright if missing, writes a spec for the critical path plus edge cases, runs headless, captures screenshots, console and network logs on failure, and reports a pass/fail table with repro steps. Degrades to curl smoke tests when no browser is available. Use when the user says "test my app", "does signup still work", "check the site before I deploy", or "this page is blank".

alebgl77 6f2152e 3.6 KB Updated

File contents

alebgl77/claude-inc/tree/main/skills/webapp-testing commit 6f2152ea27

Frequently asked questions

npx skillmds@latest add alebgl77/webapp-testing