Skip to content

Commit

Permalink
Update testing-events.md
Browse files Browse the repository at this point in the history
fix spelling mistake
  • Loading branch information
dan-han-101 authored Aug 1, 2023
1 parent e5271c6 commit 58901da
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 @@ -16,7 +16,7 @@ Testing events covers the subjects and predicates related to test-execution perf
## Subjects

This specification defines three subjects in this stage: `testCaseRun`, `testSuiteRun` and `testOutput`. When a producer sends `testCaseRun` or `testSuiteRun` messages, they should meet the following expecations:
This specification defines three subjects in this stage: `testCaseRun`, `testSuiteRun` and `testOutput`. When a producer sends `testCaseRun` or `testSuiteRun` messages, they should meet the following expectations:
- a `queued` event may optionally be followed by a `started` event
- a `queued` event must be followed by either a `started` or a `finished` event
- a `finished` event following after a `queued` event without a `started` event in between, can only have its outcome set to `cancel` or `skip`
Expand Down

0 comments on commit 58901da

Please sign in to comment.