2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00
Files
bootstrap/build/.pa11yci.json
T
XhmikosR 1884e36dce Add pa11y-ci for accessibility testing.
Use pa11y-ci-reporter-html and also upload the HTML results to CI if there are any failures
2021-12-03 11:02:44 +02:00

12 lines
161 B
JSON

{
"standard": "WCAG2AA",
"level": "error",
"concurrency": 4,
"defaults": {
"runners": [
"htmlcs"
],
"hideElements": ".bd-search"
}
}