pub async fn run_case(case: &ResolvedCase) -> CliResult<CaseRun>Expand description
Execute one resolved case fully offline. Only setup problems (an invalid
transform config) surface as Err; a failing pipeline run is a legitimate,
assertable outcome and lands in CaseRun::error.