Skip to content

Commit

Permalink
Updated as per discussion in pull request
Browse files Browse the repository at this point in the history
Made data.testCase.tracker optional.
Introduced data.executor.
  • Loading branch information
d-stahl-ericsson committed Aug 31, 2016
1 parent aaac9e9 commit 2b4bed0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eiffel-vocabulary/EiffelTestCaseStartedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __Description:__ Identification of the executed test case.

#### data.testCase.tracker
__Type:__ String
__Required:__ Yes
__Required:__ No
__Description:__ The name of the test case tracker - typically a test management system.

#### data.testCase.id
Expand All @@ -22,6 +22,11 @@ __Type:__ String
__Required:__ No
__Description:__ A location where a description of the test case can be retrieved.

### data.executor
__Type:__ String
__Required:__ No
__Description:__ The name of the test case executor, if applicable. This property can be used to identify tests executed by a particular test framework.

### data.parameters
__Type:__ Object[]
__Required:__ No
Expand Down
1 change: 1 addition & 0 deletions examples/events/EiffelTestCaseStartedEvent/simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"id": "TC-1234",
"uri": "http://tm.company.com/browse/TC-1234"
},
"executor": "My Test Framework",
"parameters": [
{
"name": "login",
Expand Down

0 comments on commit 2b4bed0

Please sign in to comment.