-
Notifications
You must be signed in to change notification settings - Fork 4
/
.lighthouserc.json
53 lines (53 loc) · 2.14 KB
/
.lighthouserc.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
{
"ci": {
"collect":{
"numberOfRuns": 1,
"startServerCommand": "bundle exec jekyll server",
"url": [
"http://localhost:4000/",
"http://localhost:4000/accessibility-statement.html",
"http://localhost:4000/contact.html",
"http://localhost:4000/components/index.html",
"http://localhost:4000/components/landmark/index.html",
"http://localhost:4000/components/checkable/index.html",
"http://localhost:4000/components/button-and-link/index.html",
"http://localhost:4000/components/digital-info/index.html",
"http://localhost:4000/components/form/index.html",
"http://localhost:4000/components/official-document/index.html",
"http://localhost:4000/components/skip-to/index.html",
"http://localhost:4000/components/table/index.html",
"http://localhost:4000/components/textarea/index.html",
"http://localhost:4000/components/warning-text/index.html",
"http://localhost:4000/components/accordion/index.html",
"http://localhost:4000/components/tabs/index.html",
"http://localhost:4000/technology/index.html",
"http://localhost:4000/technology/anti_patterns/index.html",
"http://localhost:4000/technology/internationalization/index.html",
"http://localhost:4000/technology/progressive_enhancement/index.html",
"http://localhost:4000/visual/index.html",
"http://localhost:4000/visual/colors/index.html",
"http://localhost:4000/visual/internationalization/index.html",
"http://localhost:4000/visual/typography/index.html"
],
"settings": {
"preset": "desktop"
}
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions":{
"categories:performance": ["warn", {"minScore": 0.9}],
"categories:accessibility": ["error", {"minScore": 1}],
"csp-xss": "warn",
"is-crawlable": "warn",
"meta-description": "warn",
"unminified-css": "warn",
"unused-css-rules": "warn",
"uses-text-compression": "warn"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}