Files
notifications-admin/.pa11yci

21 lines
470 B
Plaintext
Raw Normal View History

2022-08-30 10:31:48 -04:00
{
"defaults": {
"standard": "WCAG2AA",
2022-08-31 08:47:18 -04:00
"runners": ["axe"],
"concurrency": 1,
2022-08-31 08:47:18 -04:00
"hideElements": [
"nav > ol a",
"#sms-pricing-details",
"a.govuk-footer__link.govuk-footer__copyright-logo"
]
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
]
}