Files
notifications-admin/.pa11yci
2023-08-25 10:40:56 -04:00

21 lines
466 B
Plaintext

{
"defaults": {
"standard": "WCAG2AA",
"runners": ["axe"],
"concurrency": 1,
"hideElements": [
"nav > ol a",
"#sms-pricing-details",
"a.usa-footer__link.usa-footer__copyright-logo"
]
},
"urls": [
"http://localhost:6012",
"http://localhost:6012/support",
"http://localhost:6012/features",
"http://localhost:6012/pricing",
"http://localhost:6012/documentation",
"http://localhost:6012/sign-in"
]
}