webapp-testing
Installation
SKILL.md
Web App Testing (Playwright)
Prefer small, targeted Playwright scripts over heavyweight test suites when you need fast UI verification.
Quick Start
- Decide what you’re testing:
- static HTML file (
file://…) vs local dev server (http://localhost:…)
- static HTML file (
- Recon first:
- take a screenshot
- list buttons/links/inputs
- capture console logs
- Then automate:
- select stable locators
- assert visible text and URL changes
- keep timeouts explicit and minimal