Skip to main content

run_tests_with_progress

Function run_tests_with_progress 

Source
pub async fn run_tests_with_progress(
    path: &Path,
    filter: Option<&str>,
    timeout_ms: u64,
    parallel: bool,
    cli_skill_dirs: &[PathBuf],
    progress: Option<TestRunProgress>,
) -> TestSummary
Expand description

Backwards-compatible progress-emitting entry point.