webapp-testing
Installation
SKILL.md
Web Application Testing
Test local web applications using Playwright with a systematic approach.
Functional vs Visual Testing
CRITICAL: Choose the right approach based on what you're verifying.
| Testing Type | Method | Returns | Use For |
|---|---|---|---|
| Functional | Accessibility tree / DOM inspection | Text (parseable) | Button exists, text appears, form works, element state |
| Visual | Screenshot | Image (not parseable) | Layout, colors, styling, animations, visual regression |
Functional Testing (Checking Behavior)
Use DOM inspection or accessibility tree queries when verifying behavior: