-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouserc.json
More file actions
31 lines (31 loc) · 870 Bytes
/
lighthouserc.json
File metadata and controls
31 lines (31 loc) · 870 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
30
31
{
"ci": {
"collect": {
"url": [
"https://pavanpej.com",
"https://pavanpej.com/experiences",
"https://pavanpej.com/experiences/road",
"https://pavanpej.com/experiences/usa",
"https://pavanpej.com/music"
],
"numberOfRuns": 3,
"startServerCommand": "",
"startServerReadyPattern": "",
"settings": {
"chromeFlags": "--no-sandbox --headless --disable-gpu"
}
},
"assert": {
"assertions": {
"categories:performance": ["warn", { "minScore": 0.8 }],
"categories:accessibility": ["error", { "minScore": 0.9 }],
"categories:best-practices": ["warn", { "minScore": 0.8 }],
"categories:seo": ["error", { "minScore": 0.9 }],
"categories:pwa": "off"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}