pub async fn run_diff(
plan: &TestPlan,
config: &DiffConfig,
) -> Result<DiffReport>Expand description
Execute a diff run between two environments.
Runs the plan against both baseline_url and target_url,
then compares responses field-by-field.