create-e2e-tests
✓Creates e2e and integration tests following project patterns and conventions with emphasis on test independence, state isolation verification, and proper cross-feature mocking. Adapted for Vitest, DynamoDB Local, and ZSA server actions.
Installation
SKILL.md
| 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 |
This skill enforces these critical testing principles aligned with modular architecture:
| Test Independence | Each feature's tests run in complete isolation | | State Isolation | Never import from another feature's DAL in tests | | Explicit Communication | Mock cross-feature interactions via service layer, not DAL | | Replaceability | Tests don't depend on other features' internal implementations |
Creates e2e and integration tests following project patterns and conventions with emphasis on test independence, state isolation verification, and proper cross-feature mocking. Adapted for Vitest, DynamoDB Local, and ZSA server actions. Source: gilbertopsantosjr/fullstacknextjs.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-e2e-tests- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is create-e2e-tests?
Creates e2e and integration tests following project patterns and conventions with emphasis on test independence, state isolation verification, and proper cross-feature mocking. Adapted for Vitest, DynamoDB Local, and ZSA server actions. Source: gilbertopsantosjr/fullstacknextjs.
How do I install create-e2e-tests?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-e2e-tests Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gilbertopsantosjr/fullstacknextjs
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-02