[test] Add an assertions mode to the axe regression harness - #48915
Open
michelengelen wants to merge 1 commit into
Open
[test] Add an assertions mode to the axe regression harness#48915michelengelen wants to merge 1 commit into
assertions mode to the axe regression harness#48915michelengelen wants to merge 1 commit into
Conversation
Deploy previewBundle size
Check out the code infra dashboard for more information about this PR. |
This was referenced Aug 4, 2026
michelengelen
force-pushed
the
a11y/stack/harness
branch
from
August 5, 2026 09:56
a5a6319 to
3da7a80
Compare
michelengelen
force-pushed
the
a11y/stack/harness
branch
2 times, most recently
from
August 6, 2026 09:37
5dd3b74 to
ca61860
Compare
Member
Author
michelengelen
force-pushed
the
a11y/stack/harness
branch
from
August 6, 2026 09:42
ca61860 to
91ee8d7
Compare
Member
Author
michelengelen
force-pushed
the
a11y/stack/harness
branch
2 times, most recently
from
August 6, 2026 10:43
dc0eab5 to
e13e971
Compare
michelengelen
marked this pull request as ready for review
August 7, 2026 10:03
This was referenced Aug 7, 2026
This was referenced Aug 7, 2026
Lets a fixture assert every axe rule it exercises rather than only the CSS-dependent visual ones, which is what the per-component WCAG reports need.
michelengelen
force-pushed
the
a11y/stack/harness
branch
from
August 7, 2026 11:37
e13e971 to
fca727f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an
assertionsmode to the axe regression harness so a fixture can assertevery axe rule it exercises, not only the CSS-dependent visual ones. This is the
foundation the per-component WCAG conformance reports build on.
Also stops excluding the
progressslug from the demo bundle so axe can reachthe LinearProgress demos; screenshots stay disabled slug-wide for it, since the
animated bars are flaky.
Original work by @mj12albert, extracted from #48708 so the harness change reviews
separately from the Button report.
Part of the WCAG conformance effort (see #14187).
Important
How to review this PR
Layer 1 of 13 in a stacked series (#48915 → #48926). Its branch is the base of the series. GitHub cannot chain PR bases across a fork, so every PR in the series targets
masterinstead.Its diff is exactly its own change —
fca727f.Part of the WCAG conformance effort (#14187).