Expand description
Flexible parallel test runner with pluggable execution providers.
Re-exports§
pub use config::Config;pub use config::load_config;pub use framework::TestFramework;pub use framework::TestInstance;pub use framework::TestOutcome;pub use framework::TestRecord;pub use framework::TestResult;pub use orchestrator::Orchestrator;pub use orchestrator::RunResult;pub use orchestrator::SandboxPool;pub use provider::Sandbox;pub use provider::SandboxProvider;pub use report::print_summary;
Modules§
- bundled
- Bundled scripts embedded in the binary, referenced via
@filename.extsyntax. - cache
- Image cache for avoiding redundant sandbox image builds.
- config
- Configuration loading and TOML schema definitions.
- connector
- Connector trait for shell command execution (local or remote).
- framework
- Test framework traits and implementations for discovery, execution, and result parsing.
- orchestrator
- Test orchestration: discovery, scheduling, parallel execution, and result aggregation.
- provider
- Provider traits and implementations for sandbox execution environments.
- report
- Test reporting and output generation.