testing-strategies
Installation
SKILL.md
Testing Strategies
Testing Pyramid
/\
/ \ E2E Tests (few)
/----\ Integration Tests (some)
/ \ Unit Tests (many)
/________\
- Unit Tests - Test isolated functions/components
- Integration Tests - Test modules working together
- E2E Tests - Test full user flows