Archipelago v1.7.129-alpha
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ci": {
|
||||
"collect": {
|
||||
"staticDistDir": "./dist",
|
||||
"numberOfRuns": 3,
|
||||
"settings": {
|
||||
"preset": "desktop"
|
||||
}
|
||||
},
|
||||
"assert": {
|
||||
"assertions": {
|
||||
"categories:performance": ["error", { "minScore": 0.7 }],
|
||||
"largest-contentful-paint": ["error", { "maxNumericValue": 3000 }],
|
||||
"cumulative-layout-shift": ["error", { "maxNumericValue": 0.15 }],
|
||||
"categories:accessibility": ["warn", { "minScore": 0.8 }],
|
||||
"categories:best-practices": ["warn", { "minScore": 0.8 }]
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
"target": "temporary-public-storage"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user