browser-test
Installation
SKILL.md
Browser Test — From Acceptance Criteria to Playwright Scripts
When This Skill Activates
A task needs browser_acceptance when its scope touches:
- UI components, pages, layouts, forms
- Routes or navigation (frontend or API endpoints returning HTML)
- User-visible behavior (toasts, modals, redirects, error states)
- API responses that the frontend consumes (verify the contract end-to-end)
Tasks that are pure backend (DB migrations, config, internal services) do NOT need browser testing.
browser_acceptance Format
Add to any DAG task alongside the CLI acceptance field:
Related skills