gplx/tests/accessibility/pa11y.config.json

12 lines
185 B
JSON

{
"defaults": {
"standard": "WCAG2AA",
"timeout": 60000,
"wait": 1000
},
"urls": [
"http://127.0.0.1:8080/",
"http://127.0.0.1:8080/index.php/Main_Page"
]
}