Complete test run
qase_run_completeMark a test run as finished to stop it showing as in progress. Use after results are collected to keep dashboards and release-readiness reports accurate.
Instructions
Mark a test run as complete so it reports as finished rather than in progress. Call it once the results are in; a run left open keeps showing as running and skews dashboards and any "is the release ready" question asked later. Note that completing does not seal the run: the API still accepts results recorded into it afterwards, and they change its counts, so completion is a reporting state rather than a lock. If the results are all in hand at once, qase_ci_report does this as its final step and you do not need this call. Cost: one API call, about 0.4s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID (positive integer) | |
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) |