f2cdb6fec9
CI Pipeline / test (20) (pull_request) Successful in 6m27s
CI Pipeline / test (18) (pull_request) Successful in 8m15s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m22s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m39s
CI Pipeline / e2e (chromium) (pull_request) Successful in 11m31s
CI Pipeline / visual-regression (pull_request) Successful in 6m22s
CI Pipeline / storybook (pull_request) Successful in 1m26s
CI Pipeline / performance (pull_request) Successful in 6m44s
CI Pipeline / build (pull_request) Successful in 2m8s
96 lines
3.8 KiB
JSON
96 lines
3.8 KiB
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"url": [
|
|
"http://127.0.0.1:3010/",
|
|
"http://127.0.0.1:3010/blog",
|
|
"http://127.0.0.1:3010/blog/resolving-active-conflicts"
|
|
],
|
|
"numberOfRuns": 3,
|
|
"settings": {
|
|
"preset": "desktop",
|
|
"throttling": {
|
|
"rttMs": 40,
|
|
"throughputKbps": 10240,
|
|
"cpuSlowdownMultiplier": 1,
|
|
"requestLatencyMs": 0,
|
|
"downloadThroughputKbps": 0,
|
|
"uploadThroughputKbps": 0
|
|
},
|
|
"chromeFlags": [
|
|
"--disable-web-security",
|
|
"--disable-features=VizDisplayCompositor",
|
|
"--ignore-certificate-errors",
|
|
"--ignore-ssl-errors",
|
|
"--ignore-certificate-errors-spki-list",
|
|
"--allow-running-insecure-content",
|
|
"--disable-extensions",
|
|
"--no-sandbox",
|
|
"--disable-setuid-sandbox",
|
|
"--disable-dev-shm-usage",
|
|
"--disable-gpu",
|
|
"--headless"
|
|
]
|
|
}
|
|
},
|
|
"assert": {
|
|
"assertions": {
|
|
"categories:performance": ["error", { "minScore": 0.9 }],
|
|
"categories:accessibility": ["warn", { "minScore": 0.95 }],
|
|
"categories:best-practices": ["warn", { "minScore": 0.9 }],
|
|
"categories:seo": ["warn", { "minScore": 0.9 }],
|
|
"first-contentful-paint": ["warn", { "maxNumericValue": 2000 }],
|
|
"largest-contentful-paint": ["warn", { "maxNumericValue": 2500 }],
|
|
"first-meaningful-paint": ["warn", { "maxNumericValue": 2000 }],
|
|
"speed-index": ["warn", { "maxNumericValue": 3000 }],
|
|
"interactive": ["warn", { "maxNumericValue": 3000 }],
|
|
"total-blocking-time": ["warn", { "maxNumericValue": 300 }],
|
|
"cumulative-layout-shift": ["warn", { "maxNumericValue": 0.1 }],
|
|
"max-potential-fid": ["warn", { "maxNumericValue": 130 }],
|
|
"server-response-time": ["warn", { "maxNumericValue": 600 }],
|
|
"render-blocking-resources": ["warn", { "maxLength": 0 }],
|
|
"unused-css-rules": ["warn", { "maxLength": 0 }],
|
|
"unused-javascript": ["warn", { "maxLength": 0 }],
|
|
"modern-image-formats": ["warn", { "maxLength": 0 }],
|
|
"uses-optimized-images": ["warn", { "maxLength": 0 }],
|
|
"uses-text-compression": ["warn", { "maxLength": 0 }],
|
|
"uses-responsive-images": ["warn", { "maxLength": 0 }],
|
|
"efficient-animated-content": ["warn", { "maxLength": 0 }],
|
|
"preload-lcp-image": ["warn", { "maxLength": 0 }],
|
|
"total-byte-weight": ["warn", { "maxNumericValue": 500000 }],
|
|
"uses-long-cache-ttl": ["warn", { "maxLength": 0 }],
|
|
"dom-size": ["warn", { "maxNumericValue": 1500 }],
|
|
"critical-request-chains": ["warn", { "maxLength": 0 }],
|
|
"user-timings": ["warn", { "maxLength": 0 }],
|
|
"bootup-time": ["warn", { "maxNumericValue": 1000 }],
|
|
"mainthread-work-breakdown": ["warn", { "maxLength": 0 }],
|
|
"font-display": ["warn", { "maxLength": 0 }],
|
|
"resource-summary": ["warn", { "maxLength": 0 }],
|
|
"third-party-summary": ["warn", { "maxLength": 0 }],
|
|
"largest-contentful-paint-element": ["warn", { "maxLength": 0 }],
|
|
"layout-shift-elements": ["warn", { "maxLength": 0 }],
|
|
"long-tasks": ["warn", { "maxLength": 0 }],
|
|
"non-composited-animations": ["warn", { "maxLength": 0 }],
|
|
"unsized-images": ["warn", { "maxLength": 0 }]
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "temporary-public-storage",
|
|
"outputDir": "./lighthouse-results"
|
|
}
|
|
},
|
|
"settings": {
|
|
"onlyCategories": ["performance", "accessibility", "best-practices", "seo"],
|
|
"skipAudits": ["uses-http2"],
|
|
"formFactor": "desktop",
|
|
"throttling": {
|
|
"rttMs": 40,
|
|
"throughputKbps": 10240,
|
|
"cpuSlowdownMultiplier": 1,
|
|
"requestLatencyMs": 0,
|
|
"downloadThroughputKbps": 0,
|
|
"uploadThroughputKbps": 0
|
|
}
|
|
}
|
|
}
|