testing-integration
Installation
SKILL.md
Integration Testing
Test interactions between multiple components, modules, or services.
When to use me
Use this skill when:
- Components have been unit tested and need to work together
- Testing API contracts between services
- Verifying database interactions work correctly
- Checking third-party service integrations
- Ensuring microservices communicate properly
- Validating data flows through the system