2021-04-18 01:56:23 +02:00
|
|
|
{
|
|
|
|
"ci": {
|
|
|
|
"collect": {
|
|
|
|
"startServerCommand": "npm run start",
|
|
|
|
"startServerReadyPattern": "ready on",
|
|
|
|
"startServerReadyTimeout": 20000,
|
2021-11-08 15:10:26 +01:00
|
|
|
"url": [
|
|
|
|
"http://localhost:3000/",
|
|
|
|
"http://localhost:3000/blog",
|
|
|
|
"http://localhost:3000/blog/hello-world"
|
|
|
|
],
|
2021-12-04 15:52:51 +01:00
|
|
|
"numberOfRuns": 1
|
2021-04-18 01:56:23 +02:00
|
|
|
},
|
|
|
|
"assert": {
|
|
|
|
"preset": "lighthouse:recommended",
|
|
|
|
"assertions": {
|
2021-11-08 15:10:26 +01:00
|
|
|
"csp-xss": "warning",
|
2022-02-23 00:38:50 +01:00
|
|
|
"non-composited-animations": "warning",
|
2021-12-04 15:52:51 +01:00
|
|
|
"unused-javascript": "warning",
|
|
|
|
"image-size-responsive": "warning",
|
|
|
|
"unsized-images": "warning",
|
|
|
|
"color-contrast": "warning"
|
2021-04-18 01:56:23 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"upload": {
|
|
|
|
"target": "temporary-public-storage"
|
|
|
|
},
|
|
|
|
"server": {}
|
|
|
|
}
|
|
|
|
}
|