Expand description
CLI module for the cleanroom testing framework
Provides a professional command-line interface using clap for running tests, managing services, and generating reports.
Structs§
- CliConfig
- CLI configuration
Enums§
Functions§
- generate_
report - Generate test reports
- init_
project - Initialize a new test project
- list_
plugins - List available plugins
- restart_
service - Restart a service
- run_cli
- Main CLI entry point
- run_
self_ tests - Run framework self-tests
- run_
tests - Run tests from TOML files
- show_
service_ logs - Show service logs
- show_
service_ status - Show service status
- validate_
config - Validate TOML test files