forked from ibmdevopsinsights/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmocha_pass.json
More file actions
64 lines (64 loc) · 1.7 KB
/
mocha_pass.json
File metadata and controls
64 lines (64 loc) · 1.7 KB
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
{
"stats": {
"suites": 1,
"tests": 4,
"passes": 4,
"pending": 0,
"failures": 0,
"start": "2016-03-09T18:27:15.849Z",
"end": "2016-03-09T18:27:16.307Z",
"duration": 458
},
"tests": [{
"title": "with valid zip code",
"fullTitle": "Get Weather with valid zip code",
"duration": 198,
"currentRetry": 0,
"err": {}
}, {
"title": "with without zip code",
"fullTitle": "Get Weather with without zip code",
"duration": 4,
"currentRetry": 0,
"err": {}
}, {
"title": "with invalid zip code",
"fullTitle": "Get Weather with invalid zip code",
"duration": 126,
"currentRetry": 0,
"err": {}
}, {
"title": "with incomplete zip code",
"fullTitle": "Get Weather with incomplete zip code",
"duration": 124,
"currentRetry": 0,
"err": {}
}],
"pending": [],
"failures": [],
"passes": [{
"title": "with valid zip code",
"fullTitle": "Get Weather with valid zip code",
"duration": 198,
"currentRetry": 0,
"err": {}
}, {
"title": "with without zip code",
"fullTitle": "Get Weather with without zip code",
"duration": 4,
"currentRetry": 0,
"err": {}
}, {
"title": "with invalid zip code",
"fullTitle": "Get Weather with invalid zip code",
"duration": 126,
"currentRetry": 0,
"err": {}
}, {
"title": "with incomplete zip code",
"fullTitle": "Get Weather with incomplete zip code",
"duration": 124,
"currentRetry": 0,
"err": {}
}]
}