webapp-testing
Installation
SKILL.md
Web Application Testing
Write native Python Playwright scripts to test local web applications.
When to Use
✅ Use for:
- E2E testing of web applications
- UI automation and interaction testing
- Visual regression testing
- Browser log capture and debugging
- Screenshot capture for verification
- Form submission and validation testing
❌ NOT for:
- API-only testing without a browser (use requests/httpx)
- Unit testing of individual functions
- Mobile app testing (use Appium)
- Load/performance testing (use k6/Locust)