All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 42s
Build & Deploy / 🧪 QA (push) Successful in 5m17s
Build & Deploy / 🏗️ Build (push) Successful in 8m36s
Build & Deploy / 🚀 Deploy (push) Successful in 17s
Build & Deploy / 🧪 Smoke Test (push) Successful in 53s
Build & Deploy / ⚡ Lighthouse (push) Successful in 7m38s
Build & Deploy / 🔔 Notify (push) Successful in 2s
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"numberOfRuns": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |