Files
notifications-admin/.pa11yci
2022-08-31 09:01:11 -04:00

21 lines
494 B
Plaintext

{
"defaults": {
"standard": "WCAG2AA",
"runners": ["axe"],
"hideElements": [
"nav > ol a",
"iframe[src^=\"https://www.youtube\"]",
"#sms-pricing-details",
"a.govuk-footer__link.govuk-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"
]
}