frontend-testing
Installation
SKILL.md
Frontend Testing
Complete testing strategies for React and frontend applications.
Testing Pyramid
/\
/ \ E2E Tests (Playwright/Cypress)
/----\ - Critical user flows
/ \ - Cross-browser testing
/--------\ Integration Tests
/ \ - Component interactions
/------------\ Unit Tests (Jest/Vitest)
- Functions, hooks, utilities