epic-testing
Installation
SKILL.md
Epic Stack: Testing
When to use this skill
Use this skill when you need to:
- Write unit tests for utilities and components
- Create E2E tests with Playwright
- Test forms and validation
- Test routes and loaders
- Mock external services with MSW
- Test authentication and permissions
- Configure test database
Patterns and conventions
Testing Philosophy
Following Epic Web principles:
Related skills
More from epicweb-dev/epic-stack
epic-react-patterns
Guide on React patterns, performance optimization, and code quality for Epic
43epic-ui-guidelines
Guide on UI/UX guidelines, accessibility, and component usage for Epic Stack
32epic-routing
Guide on routing with React Router and react-router-auto-routes for Epic Stack
20epic-auth
Guide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack
19epic-forms
Guide on forms with Conform and validation with Zod for Epic Stack
19epic-caching
Guide on caching with cachified, SQLite cache, and LRU cache for Epic Stack
17