spring-testing
Installation
SKILL.md
Spring Testing Skill
Master testing Spring Boot applications with MockMvc, TestContainers, test slices, and comprehensive testing strategies.
Overview
This skill covers the complete testing pyramid for Spring Boot applications from unit tests to integration tests.
Parameters
| Name | Type | Required | Default | Validation |
|---|---|---|---|---|
test_type |
enum | ✗ | unit | unit | integration | e2e |
slice |
enum | ✗ | - | web | data | json |
mock_strategy |
enum | ✗ | mockito | mockito | mockbean | wiremock |