Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created March 4, 2018 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfreear/785dce9698bcd9656b6d3fa5ffee9b47 to your computer and use it in GitHub Desktop.
Save nfreear/785dce9698bcd9656b6d3fa5ffee9b47 to your computer and use it in GitHub Desktop.
Default configuration for "pa11y-ci" automated accessibility testing tool (work-in-progress!) ~ https://github.com/pa11y/pa11y-ci
{
"#": "Automated accessibility testing ~ https://github.com/pa11y/pa11y-ci",
"defaults": {
"standard": "WCAG2AA",
"reporter": "cli",
"level": "error",
"threshold": 0,
"ignore": [ ],
"includeNotices": true,
"includeWarnings": true,
"rootElement": "html",
"hideElements": [ ],
"timeout": 5000,
"wait": 2000,
"debug": false,
"screenCapture": "pa11y-screen-capture.png",
"addRule": [ ],
"verifyPage": ""
},
"urls": [
"https://example.org"
]
}
@nfreear
Copy link
Author

nfreear commented Mar 7, 2018

N.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment