setup-container-tests - Set up container test structures and configuration
Creates test structure and boilerplate following testing requirements, including Vitest configuration, unit/integration templates, and mocks.
Tags
Updated: 2026-09-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create test directory structure
- Set up Vitest configuration
- Create unit test templates
- Create integration test templates
- Set up test fixtures
- Mock external dependencies
- Test tenant isolation
- Test event publishing and consuming
Inputs
- Service source files
- Module testing requirements
- Test environment variables
Outputs
- Vitest configuration file
- Global test setup file
- Unit test template files
- Integration test template files
- Test fixture files
Requirements
- Node.js runtime environment
- Vitest test runner
- @coder/shared library
