Files
AutoGPT/autogpt_platform/frontend/lighthouserc.local.json
2025-09-24 22:03:55 +00:00

23 lines
624 B
JSON

{
"ci": {
"collect": {
"url": ["http://localhost:3000/"],
"numberOfRuns": 1
},
"assert": {
"assertions": {
"categories:performance": ["warn", { "minScore": 0.6 }],
"categories:accessibility": ["warn", { "minScore": 0.8 }],
"categories:best-practices": ["warn", { "minScore": 0.7 }],
"categories:seo": ["warn", { "minScore": 0.7 }],
"categories:pwa": "off"
}
},
"upload": {
"target": "filesystem",
"outputDir": "./lhci_reports",
"reportFilenamePattern": "local-%%PATHNAME%%-%%DATETIME%%-report.%%EXTENSION%%"
}
}
}