All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 1m28s
Build & Deploy / 🏗️ Build (push) Successful in 7m58s
Build & Deploy / 🚀 Deploy (push) Successful in 31s
Build & Deploy / 🧪 Smoke Test (push) Successful in 1m5s
Build & Deploy / ⚡ Lighthouse (push) Successful in 3m18s
Build & Deploy / 🔔 Notify (push) Successful in 2s
53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"numberOfRuns": 1,
|
|
"settings": {
|
|
"preset": "desktop",
|
|
"onlyCategories": ["performance", "accessibility", "best-practices", "seo"],
|
|
"chromeFlags": "--no-sandbox --disable-setuid-sandbox"
|
|
}
|
|
},
|
|
"assert": {
|
|
"assertions": {
|
|
"categories:performance": [
|
|
"error",
|
|
{
|
|
"minScore": 0.9
|
|
}
|
|
],
|
|
"categories:accessibility": [
|
|
"error",
|
|
{
|
|
"minScore": 0.9
|
|
}
|
|
],
|
|
"categories:best-practices": [
|
|
"error",
|
|
{
|
|
"minScore": 0.9
|
|
}
|
|
],
|
|
"categories:seo": [
|
|
"error",
|
|
{
|
|
"minScore": 0.9
|
|
}
|
|
],
|
|
"first-contentful-paint": [
|
|
"warn",
|
|
{
|
|
"maxNumericValue": 2000
|
|
}
|
|
],
|
|
"interactive": [
|
|
"warn",
|
|
{
|
|
"maxNumericValue": 3500
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|