Files
notifications-admin/.pa11yci
2023-09-11 15:26:32 -04:00

21 lines
473 B
Plaintext

{
"defaults": {
"standard": "WCAG2AA",
"runners": ["htmlcs"],
"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"
]
}