integration-testing
Installation
SKILL.md
Integration Testing Skill
Purpose
Test component interactions, database operations, and external API integrations using Spring testing framework with TestContainers.
When to Use
- ✅ Testing repository layer with real database
- ✅ Testing REST API endpoints (if applicable)
- ✅ Testing Spring Security configuration
- ✅ Testing external API integrations