frontend-testing-patterns

Installation
SKILL.md

Frontend Testing Patterns

This skill provides patterns for testing React applications using Vitest and React Testing Library.

Canonical Examples

Study these real implementations:


Testing Pyramid

E2E Tests (Few)           ← Playwright (critical user flows)
Integration Tests (Some)  ← React Testing Library (component + hooks)
Unit Tests (Many)         ← Vitest (utilities, helpers)
Installs
1
GitHub Stars
1
First Seen
Mar 31, 2026
frontend-testing-patterns — allenlin90/eridu-services