testing-qa
Originally fromeddiebe147/claude-settings
Installation
SKILL.md
Testing & QA Skill
Overview
This skill helps you write comprehensive tests for Next.js applications using Playwright for E2E tests, Jest for unit tests, and React Testing Library for component tests.
Testing Philosophy
Testing Pyramid
- E2E Tests (10%): Critical user journeys
- Integration Tests (30%): Component interactions
- Unit Tests (60%): Individual functions and utilities