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
Installs
10
GitHub Stars
4
First Seen
Mar 9, 2026
testing-browser — riccardogrin/skills