-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
65 lines (65 loc) · 1.43 KB
/
sample.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"spec": "empty spec",
"name": "empty spec performs a sum that will result in flake ~50% of the time",
"duration": "0.66",
"passCount": 6,
"failCount": 3,
"flakeScore": "0.33",
"health": "Unhealthy"
},
{
"spec": "empty spec",
"name": "empty spec is a test that fails around 25% of the time",
"duration": "0.68",
"passCount": 6,
"failCount": 3,
"flakeScore": "0.19",
"health": "Unhealthy"
},
{
"spec": "empty spec",
"name": "empty spec is a test that passes",
"duration": "1.08",
"passCount": 9,
"failCount": 0,
"flakeScore": "0.00",
"health": "Healthy"
},
{
"spec": "empty spec",
"name": "empty spec performs a sum that always passes",
"duration": "1.07",
"passCount": 9,
"failCount": 0,
"flakeScore": "0.00",
"health": "Healthy"
},
{
"spec": "empty spec",
"name": "empty spec is a test that passes v2",
"duration": "1.04",
"passCount": 9,
"failCount": 0,
"flakeScore": "0.00",
"health": "Healthy"
},
{
"spec": "empty spec",
"name": "empty spec loads the homepage",
"duration": "0.57",
"passCount": 9,
"failCount": 0,
"flakeScore": "0.00",
"health": "Healthy"
},
{
"spec": "empty spec",
"name": "empty spec performs a sum that always fails",
"duration": "0.00",
"passCount": 0,
"failCount": 9,
"flakeScore": "0.00",
"health": "Unhealthy"
}
]