Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !29315

Add pa11y-ci for automated accessibility tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed XhmikosR requested to merge master-xmr-pa11y-ci into main Aug 28, 2019
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 5

This is mostly a POC and it will need a lot more tweaking and some of my other PRs finished first, like #29208.

  • Look into ignoring some classes known to fail in hideElements (*-success, etc) ("hideElements": "[class*=-success], [class*=-info]")
  • Maybe ignore examples from color contrast check?
  • See if we can use html reporter (https://github.com/pa11y/pa11y-reporter-html)
  • Find a way to use the HTML reporter but still log the results in CLI
  • See if we can drop delay-cli
  • Upload HTML report on CI
  • See if we can use npx maybe, since Chromium is a huge download or see if we can cache puppeteer on CI
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master-xmr-pa11y-ci