19 lines
522 B
JSON
19 lines
522 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"startServerCommand": "npm run preview",
|
|
"url": ["http://localhost:3000/"],
|
|
"numberOfRuns": 2
|
|
},
|
|
"assert": {
|
|
"assertions": {
|
|
"categories:performance": ["error", {"minScore": 0.9}],
|
|
"categories:accessibility": ["warn", {"minScore": 0.95}],
|
|
"first-contentful-paint": ["warn", {"maxNumericValue": 2000}],
|
|
"interactive": ["warn", {"maxNumericValue": 3000}]
|
|
}
|
|
},
|
|
"upload": { "target": "temporary-public-storage" }
|
|
}
|
|
}
|