VisualQ
Accessibility

Run accessibility tests

Execute automated accessibility audits on your scenarios.

Running a11y tests

All scenarios

From the project header, click "Run all accessibility tests". This runs axe-core audits on every scenario in your project.

Individual scenarios

From a scenario detail page, click "Run a11y" to audit just that scenario.

What gets tested

The accessibility audit checks for:

  • WCAG 2.1 Level A and AA violations
  • Missing alt text on images
  • Insufficient color contrast
  • Missing form labels
  • Incorrect heading hierarchy
  • ARIA attribute misuse
  • Keyboard navigation issues
  • And many more rules from the axe-core library

Results

Each accessibility run produces a summary with:

  • Total issues found
  • Issues by severity: critical, serious, moderate, minor
  • Affected elements with CSS selectors
  • Rule descriptions with links to WCAG guidelines

Results are viewable in the Accessibility viewer.

On this page