Skip to content

Commit

Permalink
Merge pull request #135 from qase-tms/stats-with-custom-statuses
Browse files Browse the repository at this point in the history
stats with custom result statuses
  • Loading branch information
abelharisov authored Jan 11, 2024
2 parents 14ca9c1 + 77f93b3 commit 634482a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions testops-api/schemas/Run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,34 @@ properties:
properties:
total:
type: integer
statuses:
type: object
additionalProperties:
type: integer
untested:
type: integer
deprecated: true
passed:
type: integer
deprecated: true
failed:
type: integer
deprecated: true
blocked:
type: integer
deprecated: true
skipped:
type: integer
deprecated: true
retest:
type: integer
deprecated: true
in_progress:
type: integer
deprecated: true
invalid:
type: integer
deprecated: true
time_spent:
type: integer
format: int64
Expand Down

0 comments on commit 634482a

Please sign in to comment.