mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 14:14:27 -05:00
24 lines
553 B
Plaintext
24 lines
553 B
Plaintext
{
|
|
"defaults": {
|
|
"standard": "WCAG2AA",
|
|
"runners": ["htmlcs"],
|
|
"chromeLaunchConfig": {
|
|
"executablePath": "/usr/bin/google-chrome"
|
|
},
|
|
"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"
|
|
]
|
|
}
|