mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-09 22:35:54 -05:00
27 lines
715 B
JSON
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%%"
|
|
}
|
|
}
|
|
}
|