mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
31 lines
754 B
JSON
31 lines
754 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"startServerCommand": "npm run start",
|
|
"startServerReadyPattern": "ready on",
|
|
"startServerReadyTimeout": 20000,
|
|
"url": [
|
|
"http://127.0.0.1:3000/",
|
|
"http://127.0.0.1:3000/blog",
|
|
"http://127.0.0.1:3000/blog/hello-world"
|
|
],
|
|
"numberOfRuns": 1
|
|
},
|
|
"assert": {
|
|
"preset": "lighthouse:recommended",
|
|
"assertions": {
|
|
"csp-xss": "warning",
|
|
"non-composited-animations": "warning",
|
|
"unused-javascript": "warning",
|
|
"image-size-responsive": "warning",
|
|
"unsized-images": "warning",
|
|
"color-contrast": "warning"
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "temporary-public-storage"
|
|
},
|
|
"server": {}
|
|
}
|
|
}
|