Skip to content

Accessibility Testing API

Chris McMeeking edited this page Nov 28, 2018 · 3 revisions

Attest for Android's Automated API is a way for you to leverage Attest in your Continuous Integration environments.

GitHub Attest Issue GitHub Attest Issue

By adding little bits of code to your UI Tests at important areas in your User Interface, you can add a layer of accessibility testing to your CI Process. Results are delivered to you for you to do with as you please. For example you coulde:

  • Assert that there are no violations
  • Print out a report using our default output
  • Send structured results off to issue trackers
  • Incrementally Assert individual Rules

how you use it is up to you. We give you the flexibility to remediate Accessibility issues at your pace.

Screenshot of an example Code test.

We will be adding examples and documentation to this repository in the near future. For now, if you have questions about what the best way to add Accessibility Testing to your development process, it is best to contact a Deque representative or to ask us on GitHub.

Clone this wiki locally