Frontend Testing

Write tests that start with acceptance criteria, then add implementation tests for robustness. Use when writing unit tests (Vitest), end-to-end tests (Playwright), visual regression tests, or accessibility tests. Emphasizes user-centric testing, semantic locators, accessibility validation, and the balance between acceptance and implementation testing.

schalkneethling Updated

File contents

schalkneethling/claude-toolkit/tree/main/skills/frontend-testing commit 920f82a3d2

Frequently asked questions

npx skillmds@latest add schalkneethling/frontend-testing-3