integration-testing
When unit tests pass but the system doesn't work — tests across component boundaries with Docker containers.
6 skills tagged testing · capability axis.
When unit tests pass but the system doesn't work — tests across component boundaries with Docker containers.
When you suspect tests pass but don't actually catch bugs — verifies test quality by injecting faults.
When you want tests to drive the design — Red-Green-Refactor cycle with coverage targets.
When you need a testing philosophy, not just tests — defines the pyramid, coverage targets, and conventions.
When you're unsure what to test next — coverage analysis, test type selection, boundary condition identification.
When a function needs proof it works — generates unit tests for Jest, JUnit, Go Test, PyTest.