-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouserc.json
More file actions
91 lines (91 loc) · 4.67 KB
/
lighthouserc.json
File metadata and controls
91 lines (91 loc) · 4.67 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"ci": {
"collect": {
"numberOfRuns": 5,
"startServerCommand": "pnpm start --port 3001",
"startServerReadyPattern": "Server ready",
"startServerReadyTimeout": 30000,
"url": [
"http://localhost:3001/",
"http://localhost:3001/category/womens-clothing-tops",
"http://localhost:3001/product/25591227M?color=JJ9DFXX",
"http://localhost:3001/cart"
]
},
"assert": {
"assertMatrix": [
{
"matchingUrlPattern": "http://localhost:3001/$",
"assertions": {
"categories:performance": ["error", { "minScore": 0.4, "aggregationMethod": "median" }],
"categories:accessibility": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:seo": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:best-practices": ["error", { "minScore": 0.96, "aggregationMethod": "median" }],
"resource-summary:script:size": [
"error",
{ "maxNumericValue": 335000, "aggregationMethod": "median" }
],
"resource-summary:document:size": [
"error",
{ "maxNumericValue": 42000, "aggregationMethod": "median" }
]
}
},
{
"matchingUrlPattern": ".*category.*",
"assertions": {
"categories:performance": ["error", { "minScore": 0.59, "aggregationMethod": "median" }],
"categories:accessibility": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:seo": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:best-practices": ["error", { "minScore": 0.96, "aggregationMethod": "median" }],
"resource-summary:script:size": [
"error",
{ "maxNumericValue": 320000, "aggregationMethod": "median" }
],
"resource-summary:document:size": [
"error",
{ "maxNumericValue": 60000, "aggregationMethod": "median" }
]
}
},
{
"matchingUrlPattern": ".*product.*",
"assertions": {
"categories:performance": ["error", { "minScore": 0.48, "aggregationMethod": "median" }],
"categories:accessibility": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:seo": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:best-practices": ["error", { "minScore": 0.96, "aggregationMethod": "median" }],
"resource-summary:script:size": [
"error",
{ "maxNumericValue": 370000, "aggregationMethod": "median" }
],
"resource-summary:document:size": [
"error",
{ "maxNumericValue": 55000, "aggregationMethod": "median" }
]
}
},
{
"matchingUrlPattern": ".*cart.*",
"assertions": {
"categories:performance": ["error", { "minScore": 0.6, "aggregationMethod": "median" }],
"categories:accessibility": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:seo": ["error", { "minScore": 0.91, "aggregationMethod": "median" }],
"categories:best-practices": ["error", { "minScore": 0.96, "aggregationMethod": "median" }],
"resource-summary:script:size": [
"error",
{ "maxNumericValue": 400000, "aggregationMethod": "median" }
],
"resource-summary:document:size": [
"error",
{ "maxNumericValue": 30000, "aggregationMethod": "median" }
]
}
}
]
},
"upload": {
"target": "temporary-public-storage"
}
}
}