forked from eiffel-community/eiffel-remrem-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eiffeltestcasefinishedevent.json
45 lines (44 loc) · 1.48 KB
/
eiffeltestcasefinishedevent.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"msgParams": {
"meta": {
"type": "EiffelTestCaseFinishedEvent",
"version": "3.0.0",
"tags": [""],
"source": {
"domainId": "",
"host": "",
"name": "",
"uri": ""
}
}
},
"eventParams": {
"data": {
"outcome": {
"verdict": "not required, if present can be anyone of PASSED,FAILED,INCONCLUSIVE",
"conclusion": "not required, if present cab be anyone of SUCCESSFUL,FAILED,ABORTED,TIMED_OUT,INCONCLUSIVE ",
"description": "",
"metrics": [{
"name": "required if metrics present",
"value": "required if metrics present"
}]
},
"persistentLogs": [{
"name": "required if persistentLogs present",
"uri": "required if persistentLogs present"
}],
"customData": [{
"key": "required if customData present",
"value": "required if customData present"
}]
},
"links": [{
"type": "TEST_CASE_EXECUTION",
"target": "required - UUID of EiffelTestCaseTriggeredEvent"
},
{
"type": "CAUSE or CONTEXT or FLOW_CONTEXT - optional",
"target": "required - UUID if type is present"
}]
}
}