Skip to content

Commit

Permalink
Add more to the terminal events
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Han <[email protected]>
  • Loading branch information
dan-han-101 committed Oct 19, 2023
1 parent f86fd7e commit 0f4cec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The predicates for `testCaseRun` must follow the following expectations:
- The following events must be preceded by some other event: `finished` and `cancelled`.
- A `queued` event must be followed by one of the following: `started`, `finished`, or `cancelled`.
- A `started` event must be followed by a `finished` event.
- A `skipped` event will *not* be followed by any other events.
- The following events are terminal events, and will *not* be followed by other events: `finished` and `skipped`.

| Subject | Description | Predicates |
|---------------------------------|----------------------------------------------|------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 0f4cec0

Please sign in to comment.