Skip to content

Commit

Permalink
Adds "skip" as a new testcaserun finished outcome
Browse files Browse the repository at this point in the history
Adds "skip" to the set of possible outcomes for a testcaserun.finished
message. A final outcome of "skip" is common for many test frameworks,
so adding it as a possible outcome will improve interoperability.

See further discussion in cdevents#140.
  • Loading branch information
Daniel Han committed Jun 26, 2023
1 parent 6120974 commit 0b15b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/testcaserunfinished.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"pass",
"fail",
"cancel",
"error"
"error",
"skip"
]
},
"severity": {
Expand Down

0 comments on commit 0b15b5a

Please sign in to comment.