Skip to content

feat(a11y): add @storybook/addon-a11y for dev-time accessibility feedback#15

Merged
nokternol merged 1 commit into
mainfrom
feat/a11y-storybook-addon
Mar 8, 2026
Merged

feat(a11y): add @storybook/addon-a11y for dev-time accessibility feedback#15
nokternol merged 1 commit into
mainfrom
feat/a11y-storybook-addon

Conversation

@nokternol

Copy link
Copy Markdown
Owner

Summary

  • Installs @storybook/addon-a11y@^8.6.18 (version-matched to Storybook 8.6.x)
  • Registers the addon in .storybook/main.ts; sets manual: false in preview.ts so axe-core runs automatically on every story render — violations appear in the Accessibility panel without user action
  • Adds run_warn helper to scripts/check.sh and a non-blocking Storybook build step — smoke-tests that the addon loads in CI without gating the pipeline on a visual a11y scan

Test plan

  • Open Storybook locally (npm run storybook -w apps/web) and verify the Accessibility tab shows results for each story
  • Check that existing stories (Browse, Review, Chat) render without regression
  • bash scripts/check.sh — all 7 original checks green; Storybook build warning step passes

🤖 Generated with Claude Code

…back

Installs @storybook/addon-a11y@^8.6.18 (matching Storybook 8.6.x family),
registers it in .storybook/main.ts, and sets manual:false in preview.ts so
axe-core runs automatically on every story render — violations surface in
the Accessibility panel without any user action required.

Adds run_warn helper to scripts/check.sh and a non-blocking Storybook build
step so the addon's smoke test runs in CI without gating the pipeline on a
browser a11y scan (which needs visual review, not exit codes).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nokternol nokternol merged commit c3c598b into main Mar 8, 2026
3 checks passed
@nokternol nokternol deleted the feat/a11y-storybook-addon branch March 8, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant