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

27 lines
715 B
JSON

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