forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouserc.routes.json
More file actions
29 lines (29 loc) · 1012 Bytes
/
Copy pathlighthouserc.routes.json
File metadata and controls
29 lines (29 loc) · 1012 Bytes
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
{
"ci": {
"collect": {
"url": [
"http://127.0.0.1:8080/agencies/",
"http://127.0.0.1:8080/agency/unitrans/",
"http://127.0.0.1:8080/compare/",
"http://127.0.0.1:8080/map/"
],
"numberOfRuns": 3,
"settings": {
"chromeFlags": "--no-sandbox"
}
},
"assert": {
"assertions": {
"categories:accessibility": ["error", { "minScore": 0.95, "aggregationMethod": "median-run" }],
"categories:performance": ["error", { "minScore": 0.8, "aggregationMethod": "median-run" }],
"largest-contentful-paint": ["error", { "maxNumericValue": 4250, "aggregationMethod": "median-run" }],
"cumulative-layout-shift": ["error", { "maxNumericValue": 0.1, "aggregationMethod": "median-run" }],
"total-blocking-time": ["error", { "maxNumericValue": 500, "aggregationMethod": "median-run" }]
}
},
"upload": {
"target": "filesystem",
"outputDir": "lhci-reports/representative"
}
}
}