Automated WCAG 2.1 AA a11y testing across all themes/modes - #38
Draft
sjoerdbeentjes wants to merge 38 commits into
Draft
Automated WCAG 2.1 AA a11y testing across all themes/modes#38sjoerdbeentjes wants to merge 38 commits into
sjoerdbeentjes wants to merge 38 commits into
Conversation
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
5 times, most recently
from
June 22, 2026 14:18
b563368 to
871c744
Compare
Contributor
♿ Accessibility audit — WCAG 2.1 AA@surfnet/curve-angular — 181 finding(s)Badge — 3 finding(s) · color-contrast onlyDefault — 1 finding(s)Status List — 1 finding(s)Variants — 1 finding(s)Button — 4 finding(s) · color-contrast onlyDefault — 1 finding(s)Sizes — 1 finding(s)Variants — 1 finding(s)With Icon — 1 finding(s)Calendar — 141 finding(s)Default — 28 finding(s)
Disabled Dates — 28 finding(s)
Dropdown Caption — 29 finding(s)
Highlighted And Bounded — 28 finding(s)
Multiple — 28 finding(s)
Card — 1 finding(s) · color-contrast onlyDefault — 1 finding(s)DataTable — 1 finding(s) · color-contrast onlyCustom Toolbar — 1 finding(s)Empty — 2 finding(s) · color-contrast onlyDefault — 1 finding(s)With Multiple Actions — 1 finding(s)Item — 1 finding(s) · color-contrast onlyWith Header And Footer — 1 finding(s)NativeSelect — 5 finding(s)Default — 1 finding(s)Disabled — 1 finding(s)Invalid — 1 finding(s)Sizes — 1 finding(s)With Option Groups — 1 finding(s)Pagination — 15 finding(s)Numbered Pagination — 15 finding(s)
Select — 4 finding(s)Default — 1 finding(s)Disabled — 1 finding(s)Grouped — 1 finding(s)Sizes — 1 finding(s)Sidebar — 2 finding(s) · color-contrast onlyDefault — 2 finding(s)Switch — 1 finding(s)Default — 1 finding(s)@surfnet/curve-react — 38 finding(s)Badge — 3 finding(s) · color-contrast onlyDefault — 1 finding(s)Status List — 1 finding(s)Variants — 1 finding(s)Button — 4 finding(s) · color-contrast onlyDefault — 1 finding(s)Sizes — 1 finding(s)
…truncated; see the |
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
from
June 23, 2026 07:28
65e29e3 to
70b2499
Compare
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
3 times, most recently
from
June 30, 2026 06:45
8b13cff to
fc78595
Compare
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
4 times, most recently
from
July 1, 2026 18:46
52bcb10 to
5afc87c
Compare
loofpc
reviewed
Jul 2, 2026
|
|
||
| # Scoped to @surfnet/storybook-config, which pins playwright, so both | ||
| # framework runs share one browser. | ||
| - name: Install Playwright Chromium |
Collaborator
There was a problem hiding this comment.
Hoe is de performance? Ik zou verwachten dat we in een CI-stap een headless browser gebruiken.
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
2 times, most recently
from
July 6, 2026 07:43
573772a to
4c66f62
Compare
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
from
July 6, 2026 14:18
2ff8134 to
d06f9c4
Compare
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
from
July 6, 2026 14:41
80cb843 to
35e6fa9
Compare
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
from
July 7, 2026 07:18
35e6fa9 to
6bad9d1
Compare
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
from
July 14, 2026 15:22
6bad9d1 to
bc7b4c3
Compare
sjoerdbeentjes
force-pushed
the
feat/a11y-testing
branch
from
August 25, 2026 08:05
bc7b4c3 to
191e282
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 automated WCAG 2.1 AA pipeline that sweeps every Storybook story across all themes and modes from
@surfnet/tokens, in both React and Angular.What
@surfnet/storybook-config: browser-safea11yParameters(merged into both previews, also scopes the addon-a11y panel) and a node-onlyrunStoryA11yAuditbehind a./test-runnersubpath so it never enters a preview bundle.@storybook/test-runner+axe-playwrightagainst a served Storybook, so one setup covers React (Vite) and Angular (webpack). Each story is audited once per theme × mode (11 themes × 2 modes), writing a per-story JSON report.test:a11y/test:a11y:ciscripts, a turbo task, a root script, and a CI step that runs report-only (continue-on-error) and uploads the JSON as an artifact.Notes
continue-on-error.