Module cli

Module cli 

Source
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§

OutputFormat

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