forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouserc.production.json
More file actions
30 lines (30 loc) · 1.1 KB
/
Copy pathlighthouserc.production.json
File metadata and controls
30 lines (30 loc) · 1.1 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
{
"ci": {
"collect": {
"url": [
"https://gtfsscorecard.org/",
"https://gtfsscorecard.org/agencies/",
"https://gtfsscorecard.org/agency/unitrans/",
"https://gtfsscorecard.org/fix/expired_calendar/"
],
"numberOfRuns": 3,
"settings": {
"chromeFlags": "--no-sandbox"
}
},
"assert": {
"assertions": {
"categories:seo": ["error", { "minScore": 1.0, "aggregationMethod": "median-run" }],
"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/production"
}
}
}