Skip to content

Instantly share code, notes, and snippets.

@woylie
Created October 20, 2022 00:43
Show Gist options
  • Select an option

  • Save woylie/2247ff0d722788b0c6edb440407ffbf6 to your computer and use it in GitHub Desktop.

Select an option

Save woylie/2247ff0d722788b0c6edb440407ffbf6 to your computer and use it in GitHub Desktop.
Basic pa11y-ci config
{
"defaults": {
"reporters": [
"pa11y-ci-reporter-html"
],
"runners": ["axe", "htmlcs"],
"includeNotices": false,
"includeWarnings": true,
"standard": "WCAG2AAA"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment