testing-browser
Installation
SKILL.md
Testing Browser
Verify web UI behavior with Playwright — start servers, take screenshots, inspect accessibility trees, and run assertions. Self-contained scripts, no MCP dependency. Designed for loop agent VERIFY phases but works standalone.
Reference Files
| File | Read When |
|---|---|
references/assertion-patterns.md |
Choosing assertions for a specific framework or UI pattern |
Prerequisites
Playwright must be installed:
pip install playwright && python -m playwright install chromium