testing-qa

Installation
SKILL.md

Testing and QA

Quick Start

When writing tests:

  1. Use Jest for unit tests
  2. Use React Testing Library for component tests
  3. Use Playwright for E2E tests
  4. Use jest-axe for accessibility tests
  5. Maintain >70% coverage

Key Files

  • jest.config.js - Jest configuration
  • playwright.config.ts - Playwright configuration
  • src/__tests__/ - Unit and integration tests
  • e2e/ - E2E tests
  • __mocks__/ - Shared mocks
Related skills

More from santiagoxor/pintureria-digital

Installs
18
First Seen
Feb 28, 2026