Skip to content

[Discovery] Choose new a11y checks tooling for CI #176

@jmbowman

Description

@jmbowman

Some time ago we stopped running both pa11ycrawler and axe-core (via bok-choy Selenium tests) because they rarely told us anything useful and often broke for unrelated reasons. But we really do want some form of automated accessibility checks in CI, and both the available a11y tools and our web page rendering strategy have changed significantly since we first chose that previous generation of a11y checks. We should choose a new tool (or set of tools) that strikes the best balance between the following objectives:

  • Runs many/most of the accessibility checks that can be usefully done in an automated manner
  • Generates reports which provide useful information to professional a11y coordinators
  • Minimal effort to set up to start producing useful results
  • Few false positives that fail CI builds for spurious reasons
  • Few failures for reasons unrelated to the accessibility of the tested code
  • Resilient to changes in the source code which don't impact the accessibility of the rendered pages (for example, not closely tied to the current page layout expectations)
  • Ideally open source (especially for integration into the openedx repositories that 2U doesn't manage)

Here is an incomplete list of potential tools to employ for this:

A/C:

  • Discuss the list of objectives with Jeff Witt (2U's accessibility coordinator for edx.org) and add any that were overlooked
  • Flesh out the list of potentially viable candidates
  • Create a wiki page and/or spreadsheet with a rough estimation of how well each tool satisfies each of the stated objectives
  • Suggest one or more tools to move forward with
  • Write new tickets for next steps in employing the chosen tool(s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions