Files
community-rule/.lighthouserc.json
T
adilallo eb407e03ee
CI Pipeline / test (20) (pull_request) Successful in 1m58s
CI Pipeline / test (18) (pull_request) Successful in 2m8s
CI Pipeline / e2e (chromium) (pull_request) Failing after 15m39s
CI Pipeline / e2e (firefox) (pull_request) Failing after 20m26s
CI Pipeline / visual-regression (pull_request) Successful in 5m5s
CI Pipeline / performance (pull_request) Successful in 5m25s
CI Pipeline / e2e (webkit) (pull_request) Failing after 18m57s
CI Pipeline / lint (pull_request) Successful in 1m28s
CI Pipeline / storybook (pull_request) Failing after 5m46s
CI Pipeline / build (pull_request) Successful in 1m48s
Fix performance runner test
2025-08-30 22:34:35 -06:00

21 lines
513 B
JSON

{
"ci": {
"collect": {
"url": ["http://127.0.0.1:3010/"],
"numberOfRuns": 3
},
"assert": {
"assertions": {
"categories:performance": ["warn", { "minScore": 0.9 }],
"categories:accessibility": ["error", { "minScore": 0.9 }],
"first-contentful-paint": ["warn", { "maxNumericValue": 2000 }],
"interactive": ["warn", { "maxNumericValue": 4000 }]
}
},
"upload": {
"target": "filesystem",
"outputDir": "lhci-results"
}
}
}