mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
23 lines
624 B
JSON
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%%"
|
|
}
|
|
}
|
|
}
|