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