Skip to content

Commit

Permalink
Don't change JSON schema until the feature is approved (experimental …
Browse files Browse the repository at this point in the history
…only)
  • Loading branch information
grynspan committed Oct 24, 2024
1 parent 9380af8 commit 02b30c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Documentation/ABI/JSON.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ sufficient information to display the event in a human-readable format.
}
<event-kind> ::= "runStarted" | "testStarted" | "testCaseStarted" |
"issueRecorded" | "valueAttached" | "testCaseEnded" | "testEnded" |
"testSkipped" | "runEnded" ; additional event kinds may be added in the future
"issueRecorded" | "testCaseEnded" | "testEnded" | "testSkipped" |
"runEnded" ; additional event kinds may be added in the future
<issue> ::= {
"isKnown": <bool>, ; is this a known issue or not?
Expand All @@ -207,7 +207,7 @@ sufficient information to display the event in a human-readable format.
}
<message-symbol> ::= "default" | "skip" | "pass" | "passWithKnownIssue" |
"fail" | "difference" | "warning" | "details" | "attachment"
"fail" | "difference" | "warning" | "details"
```

<!--
Expand Down
2 changes: 1 addition & 1 deletion Sources/Testing/ABI/v0/Encoded/ABIv0.EncodedEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extension ABIv0 {
case testStarted
case testCaseStarted
case issueRecorded
case valueAttached
case valueAttached = "_valueAttached"
case testCaseEnded
case testEnded
case testSkipped
Expand Down

0 comments on commit 02b30c1

Please sign in to comment.