mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"startServerCommand": "npm run start",
|
|
"startServerReadyPattern": "ready on",
|
|
"startServerReadyTimeout": 20000,
|
|
"url": [
|
|
"http://localhost:3000/",
|
|
"http://localhost:3000/blog",
|
|
"http://localhost:3000/blog/hello-world"
|
|
],
|
|
"numberOfRuns": 3
|
|
},
|
|
"assert": {
|
|
"preset": "lighthouse:recommended",
|
|
"assertions": {
|
|
"csp-xss": "warning",
|
|
"unused-javascript": "warning"
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "temporary-public-storage"
|
|
},
|
|
"server": {}
|
|
}
|
|
}
|