pub async fn run_test_file(
path: &Path,
filter: Option<&str>,
timeout_ms: u64,
execution_cwd: Option<&Path>,
cli_skill_dirs: &[PathBuf],
) -> Result<Vec<TestResult>, String>Expand description
Run all test_* pipelines in a single source file using the VM.