forked from eiffel-community/eiffel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple.json
45 lines (45 loc) · 919 Bytes
/
simple.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
{
"meta": {
"type": "EiffelTestCaseFinishedEvent",
"version": "1.0.1",
"time": 1234567890,
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee0"
},
"data": {
"outcome": {
"verdict": "PASSED",
"conclusion": "SUCCESSFUL",
"description": "Accidentally started a fire in the lab during execution.",
"metrics": [
{
"name": "myMetric",
"value": 5
},
{
"name": "throughput",
"value": 8.325
},
{
"name": "somethingElse",
"value": "hello"
}
]
},
"persistentLogs": [
{
"name": "firstLog",
"uri": "http://myHost.com/firstLog"
},
{
"name": "otherLog",
"uri": "isbn:0-486-27557-4"
}
]
},
"links": [
{
"type": "TEST_CASE_EXECUTION",
"target": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee1"
}
]
}