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/create-project-calavera/tree/main/packages/artifacts/skill-frontend-testing/payload/frontend-testing commit c0e8387faf

Frequently asked questions

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