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

Accessibility

Check the Google Lighthouse Accessibility score.

Accessibility compares the Lighthouse accessibility score for the current page with the threshold you set. Use it when a journey should fail if accessibility drops below your team's bar.

Accessibility Test Step

When to use it

  • Gate releases on a minimum Lighthouse accessibility score.

  • Pair with Axe or Pa11y when you want both a score and a WCAG conformance scan.

  • Run on the same screen after login, consent, and other overlays so the score reflects what users see.

For a Flow Builder walkthrough, see Add accessibility checks.

Configure

Basics

Field
What to set

Comparison Type

Value

Score threshold and/or Values. Many teams use greater than or equal to 85.

Advanced

Field
What to set

Status on fail

Value Standardization

Pro tip: Add Axe or Pa11y on the same screen when you want detailed WCAG findings alongside the score.

Tags: validate, lighthouse, checkAccessibility, test, expect, assert, check, valid, validator, accessibility

Last updated