consumer-test-coverage - Consumer Test Coverage for Microservices
Create or expand consumer-centric test suites and coverage for microservices while preserving behavior and meeting coverage targets.
Tags
Updated: 2026-02-14Capabilities
Typical Outputs
What this skill does
- read service specifications
- identify consumer entrypoints
- add test paths
- mock infrastructure boundaries
- avoid real servers
- use hoisted mocks
- run scoped coverage
- defer to test runner
- call handlers directly
- exercise service flows
- feed mixed payloads
- cover cache behavior
- use fake timers
- assert metrics render
Inputs
- service specifications
- consumer-facing flows
- coverage targets
- infrastructure dependencies
- API definitions
- event payloads
Outputs
- test suites
- coverage reports
- test files
- mocked implementations
- coverage metrics
Requirements
- vitest test runner
- coverage tools
- mocking library
- service code access
- Node.js environment
