Regression/diff testing — compare API responses between environments.
Runs the same test plan against two environments (e.g. staging vs production) and reports differences in responses: body changes, new/missing fields, status code changes, header differences.
Example
use ;
use TestPlan;
let plan: TestPlan = from_str.unwrap;
let config = DiffConfig ;
let report = run_diff.await.unwrap;
println!;