🧪
Web App Testing
availableTest local web applications using Playwright — verify frontend functionality, debug UI behavior, capture screenshots, and view browser logs.
developmentWhat This Skill Does
Test local web applications using Playwright — verify frontend functionality, debug UI behavior, capture screenshots, and view browser logs.
Capabilities
- Functional Testing — Verify frontend behavior and UI interactions
- Screenshot Capture — Take browser screenshots for visual validation
- Debug Logging — View console logs and network activity
- Automated Checks — Run repeatable test scripts against local apps
How It Works
- Point the skill at your local web application
- Write Playwright test scripts in Python
- Tests run against your app with real browser interaction
- Results include screenshots, logs, and pass/fail status
Example Usage
"Test the login flow on my local app"
"Take a screenshot of the dashboard page"
"Verify the form validation works correctly"