create-e2e-tests
Installation
SKILL.md
Create E2E Tests (Next.js + DynamoDB + Vitest)
Technology Stack
| Component | Technology |
|---|---|
| Test Runner | Vitest |
| Database | DynamoDB Local |
| HTTP Testing | SuperTest (for API routes) |
| Mocking | Vitest mocks, MSW (for HTTP) |
| Test Data | @faker-js/faker |
| Assertions | Vitest expect |
Core Testing Principles
This skill enforces these critical testing principles aligned with modular architecture: