-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-report.json
98 lines (98 loc) · 2.78 KB
/
test-report.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"stats": {
"suites": 1,
"tests": 5,
"passes": 5,
"pending": 0,
"failures": 0,
"start": "2023-11-11T23:23:26.678Z",
"end": "2023-11-11T23:23:26.769Z",
"duration": 91
},
"tests": [
{
"title": "should set and get a cache entry",
"fullTitle": "LiquidCache should set and get a cache entry",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 5,
"currentRetry": 0,
"err": {}
},
{
"title": "should respect cache expiration",
"fullTitle": "LiquidCache should respect cache expiration",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 71,
"currentRetry": 0,
"err": {}
},
{
"title": "should override an existing key",
"fullTitle": "LiquidCache should override an existing key",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 0,
"currentRetry": 0,
"err": {}
},
{
"title": "should delete a cache entry",
"fullTitle": "LiquidCache should delete a cache entry",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 0,
"currentRetry": 0,
"err": {}
},
{
"title": "should clear all cache entries",
"fullTitle": "LiquidCache should clear all cache entries",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 1,
"currentRetry": 0,
"err": {}
}
],
"pending": [],
"failures": [],
"passes": [
{
"title": "should set and get a cache entry",
"fullTitle": "LiquidCache should set and get a cache entry",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 5,
"currentRetry": 0,
"err": {}
},
{
"title": "should respect cache expiration",
"fullTitle": "LiquidCache should respect cache expiration",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 71,
"currentRetry": 0,
"err": {}
},
{
"title": "should override an existing key",
"fullTitle": "LiquidCache should override an existing key",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 0,
"currentRetry": 0,
"err": {}
},
{
"title": "should delete a cache entry",
"fullTitle": "LiquidCache should delete a cache entry",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 0,
"currentRetry": 0,
"err": {}
},
{
"title": "should clear all cache entries",
"fullTitle": "LiquidCache should clear all cache entries",
"file": "/home/brenny/LiquidCache/test/LiquidCache.spec.ts",
"duration": 1,
"currentRetry": 0,
"err": {}
}
]
}