Expand description
Cleanroom CLI Library
This library provides the CLI interface for the cleanroom testing framework. It re-exports functionality from the core crate and provides CLI-specific utilities and entry points.
Modules§
Structs§
- Cleanroom
Environment - Simple environment wrapper around existing infrastructure
- Cleanroom
Error - Comprehensive error type for cleanroom operations
- Scenario
Config - Individual test scenario configuration
- Service
Handle - Service handle for managing service instances
- Step
Config - Individual test step configuration
- Test
Config - Main test configuration structure
Traits§
- Service
Plugin - Plugin-based service registry (no hardcoded postgres/redis)
Type Aliases§
- Result
- Result type alias for cleanroom operations