pub async fn run_tests_with_progress(
path: &Path,
filter: Option<&str>,
timeout_ms: u64,
parallel: bool,
cli_skill_dirs: &[PathBuf],
progress: Option<TestRunProgress>,
) -> TestSummaryExpand description
Backwards-compatible progress-emitting entry point.