-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlighthouserc.json
More file actions
43 lines (43 loc) · 880 Bytes
/
lighthouserc.json
File metadata and controls
43 lines (43 loc) · 880 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"ci": {
"collect": {
"numberOfRuns": 1,
"url": [
"http://127.0.0.1:4173/#/",
"http://127.0.0.1:4173/#/curriculum",
"http://127.0.0.1:4173/#/lesson/1",
"http://127.0.0.1:4173/#/progress",
"http://127.0.0.1:4173/#/search"
],
"settings": {
"chromeFlags": "--no-sandbox --disable-dev-shm-usage"
}
},
"assert": {
"assertions": {
"categories:performance": [
"error",
{
"minScore": 0.45
}
],
"categories:accessibility": [
"error",
{
"minScore": 0.8
}
],
"categories:seo": [
"error",
{
"minScore": 0.8
}
]
}
},
"upload": {
"target": "filesystem",
"outputDir": ".lighthouseci"
}
}
}