webapp-testing
Installation
SKILL.md
Webapp Testing
When to use
Use to prove a web app flow works in a real browser/runtime context.
Non-goals
- Do not claim success from unit tests alone.
- Do not hardcode fragile selectors without observation.
Workflow
- Start or reuse the local app.
- Wait for readiness.
- Inspect DOM/console/network.
- Drive the flow from observed state.
- Record evidence of pass/fail.