pub async fn run_tests_with_options(
path: &Path,
options: &RunOptions,
) -> TestSummaryExpand 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.