testing-next-stack
Installation
SKILL.md
Testing Next Stack
Scaffold complete testing infrastructure for Next.js applications with modern testing tools.
Overview
To create a comprehensive testing setup for Next.js applications, use this skill to generate:
- Vitest configuration for fast unit tests
- React Testing Library setup for component testing
- Playwright configuration for E2E testing
- Accessibility testing with axe-core
- Test utilities and helpers
- Example test files demonstrating best practices