Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

pa11y-ci fixes for concurrency and runner problems #225

Open
DaveSkender opened this issue Nov 30, 2021 · 1 comment
Open

pa11y-ci fixes for concurrency and runner problems #225

DaveSkender opened this issue Nov 30, 2021 · 1 comment

Comments

@DaveSkender
Copy link
Contributor

pa11y-ci accessibility tests fail intermittently. See pa11y/pa11y-ci#168 for more information. If this is a persistent problem, we'll need to fix this here too so it doesn't propagate to new Federalist sites.

https://github.com/18F/federalist-uswds-jekyll/blob/f543121a3578b84f72d9235eb43744fb0540d033/.pa11yci#L1-L7

My workaround is to change the configuration in .pa11yci to:

{
  "defaults": {
    "concurrency": 1,
    "standard": "WCAG2AA",
    "runners": ["htmlcs"]
  }
}
@DaveSkender
Copy link
Contributor Author

This issue might be fixed in v3.0.1, so an upgrade potentially supersedes this workaround.

jduss4 added a commit to jduss4/gsa-sbe-test that referenced this issue Jan 28, 2022
see issue: cloud-gov/pages-uswds-jekyll#225
also removes search from scan as we are not using that page at the moment
jduss4 added a commit to 18F/gsa-small-business-experience that referenced this issue Feb 1, 2022
see issue: cloud-gov/pages-uswds-jekyll#225
also removes search from scan as we are not using that page at the moment
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant