Skip to main content

run_tests_with_options

Function run_tests_with_options 

Source
pub async fn run_tests_with_options(
    path: &Path,
    options: &RunOptions,
) -> TestSummary
Expand description

Run tests with full control over scheduling, worker count, and progress reporting. Workers and scheduling mode are reported via TestRunEvent::SuiteDiscovered so consumers can render their own banner instead of the runner printing to stdout directly.