21 lines
513 B
JSON
21 lines
513 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"url": ["http://localhost:3000/"],
|
|
"numberOfRuns": 3
|
|
},
|
|
"assert": {
|
|
"assertions": {
|
|
"categories:performance": ["warn", { "minScore": 0.9 }],
|
|
"categories:accessibility": ["error", { "minScore": 0.9 }],
|
|
"first-contentful-paint": ["warn", { "maxNumericValue": 2000 }],
|
|
"interactive": ["warn", { "maxNumericValue": 4000 }]
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "filesystem",
|
|
"outputDir": "lhci-results"
|
|
}
|
|
}
|
|
}
|