Install pa11y-ci

This commit is contained in:
Ryan Ahearn
2022-08-30 10:31:48 -04:00
parent 0213598bf8
commit dfea3ac848
5 changed files with 37 additions and 2 deletions

9
.pa11yci Normal file
View File

@@ -0,0 +1,9 @@
{
"defaults": {
"standard": "WCAG2AA",
"runners": ["axe"]
},
"urls": [
"http://localhost:6012"
]
}