Files
notifications-admin/.pa11yci

21 lines
473 B
Plaintext
Raw Permalink Normal View History

2022-08-30 10:31:48 -04:00
{
"defaults": {
"standard": "WCAG2AA",
2023-09-11 15:26:32 -04:00
"runners": ["htmlcs"],
"concurrency": 1,
2022-08-31 08:47:18 -04:00
"hideElements": [
"nav > ol a",
"#sms-pricing-details",
2023-08-25 10:40:56 -04:00
"a.usa-footer__link.usa-footer__copyright-logo"
2022-08-31 08:47:18 -04:00
]
2022-08-30 10:31:48 -04:00
},
"urls": [
2022-08-31 08:47:18 -04:00
"http://localhost:6012",
"http://localhost:6012/support",
"http://localhost:6012/features",
"http://localhost:6012/pricing",
"http://localhost:6012/documentation",
"http://localhost:6012/sign-in"
2022-08-30 10:31:48 -04:00
]
}