testing-qa
Installation
SKILL.md
Testing and QA
Quick Start
When writing tests:
- Use Jest for unit tests
- Use React Testing Library for component tests
- Use Playwright for E2E tests
- Use jest-axe for accessibility tests
- Maintain >70% coverage
Key Files
jest.config.js- Jest configurationplaywright.config.ts- Playwright configurationsrc/__tests__/- Unit and integration testse2e/- E2E tests__mocks__/- Shared mocks