gs-create-e2e-tests
Installation
SKILL.md
Testing with Clean Architecture
Test Layer Hierarchy
┌─────────────────────────────────────────┐
│ E2E Tests (Action → Use Case → DB) │ Full flow
├─────────────────────────────────────────┤
│ Repository Tests (DynamoDB Local) │ Infrastructure
├─────────────────────────────────────────┤
│ Use Case Tests (Mock Repositories) │ Application
├─────────────────────────────────────────┤
│ Entity Tests (Pure Unit) │ Domain
└─────────────────────────────────────────┘