Verify Browser

Use after UI/frontend changes — layout, responsive behavior, navigation/routing, or any user-facing flow — to prove it actually works by driving a real headless browser (Playwright) against the running dev server. Asserts behavior (clicks, URL changes, visible text), measures layout (alignment via bounding boxes, overflow via scrollWidth minus clientWidth), captures console/page errors, and saves screenshots. Reach for this whenever "it type-checks and the unit tests pass" does not prove the feature renders and behaves correctly in a browser. Complements verify-runtime (which checks data-flow via dev logs).

bumgeunsong 16d8226 6.6 KB Updated

File contents

bumgeunsong/daily-writing-friends/tree/main/.claude/skills/verify-browser commit 16d82264ea

Frequently asked questions

npx skillmds@latest add bumgeunsong/verify-browser