gplx/tests/accessibility/lighthouserc.json

25 lines
412 B
JSON

{
"ci": {
"collect": {
"numberOfRuns": 1,
"url": [
"http://127.0.0.1:8080/",
"http://127.0.0.1:8080/index.php/Main_Page"
]
},
"assert": {
"assertions": {
"categories:accessibility": [
"warn",
{
"minScore": 0.9
}
]
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}