For the complete documentation index, see llms.txt. This page is also available as Markdown.

Axe

Check accessibility conformance.

Axe runs a WCAG conformance scan on the page during the Run. Use it to catch accessibility issues in the same journey as your functional steps.

Axe Test Step

When to use it

  • Scan a full page for WCAG violations after the screen is loaded.

  • Set Conformance Level to the WCAG level your team expects. The default is WCAG 2.1 - AA.

  • Pair with Accessibility when you also want a Lighthouse score threshold.

  • Add Check computed role and Check computed label on buttons, links, and form fields that users must understand.

For a Flow Builder walkthrough, see Add accessibility checks.

Configure

Basics

Field
What to set

Conformance Level

WCAG 2.0 - A, WCAG 2.0 - AA, WCAG 2.0 - AAA, WCAG 2.1 - A, WCAG 2.1 - AA (default), WCAG 2.2 - AA

Advanced

Field
What to set

Status on fail

Pro tip: Put Axe after consent banners and overlays close, so the scan sees the same UI a user would.

Tags: validate, axe, test, expect, assert, check, valid, validator, accessibility, pally, pa11y, wcag, wcag2, conformance, ally, a11y

Last updated