Compare two runs
qa_diffCompare test runs by stable test ID to split deltas into regressions, fixed, new failures, still failing, and removed. Defaults to latest run versus previous run covering same suites.
Instructions
Compares two stored runs by stable test id and splits the delta into regressions (passed before, fails now — the release blocker), fixed, newFailures (test did not exist in the baseline), stillFailing and removed (endpoint or page gone). Defaults to comparing the latest run against the most recent earlier run that covered the same suites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currentRunId | No | Current run id. Defaults to the latest run. | |
| baselineRunId | No | Baseline run id. Defaults to the run before the current one. |