Skip to main content

run_diff

Function run_diff 

Source
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.