forked from xunrongl/DemoDRA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmochatest2.json
74 lines (74 loc) · 1.62 KB
/
mochatest2.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
66
67
68
69
70
71
72
73
74
{
"stats": {
"suites": 1,
"tests": 4,
"passes": 4,
"pending": 0,
"failures": 0,
"start": "2016-06-30T16:26:31.854Z",
"end": "2016-06-30T16:26:32.472Z",
"duration": 618
},
"tests": [
{
"title": "with valid zip code",
"fullTitle": "Get Weather with valid zip code",
"duration": 267,
"currentRetry": 0,
"err": {}
},
{
"title": "with without zip code",
"fullTitle": "Get Weather with without zip code",
"duration": 5,
"currentRetry": 0,
"err": {}
},
{
"title": "with invalid zip code",
"fullTitle": "Get Weather with invalid zip code",
"duration": 167,
"currentRetry": 0,
"err": {}
},
{
"title": "with incomplete zip code",
"fullTitle": "Get Weather with incomplete zip code",
"duration": 175,
"currentRetry": 0,
"err": {}
}
],
"pending": [],
"failures": [],
"passes": [
{
"title": "with valid zip code",
"fullTitle": "Get Weather with valid zip code",
"duration": 267,
"currentRetry": 0,
"err": {}
},
{
"title": "with without zip code",
"fullTitle": "Get Weather with without zip code",
"duration": 5,
"currentRetry": 0,
"err": {}
},
{
"title": "with invalid zip code",
"fullTitle": "Get Weather with invalid zip code",
"duration": 167,
"currentRetry": 0,
"err": {}
},
{
"title": "with incomplete zip code",
"fullTitle": "Get Weather with incomplete zip code",
"duration": 175,
"currentRetry": 0,
"err": {}
}
]
}