-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook 8.5: Enable accessibility testing #2393
base: main
Are you sure you want to change the base?
Conversation
…ndler' for module resolution
|
Size Change: 0 B Total Size: 97.7 kB ℹ️ View Unchanged
|
Checked this out locally to give it a try! I had to also run |
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-refgvcdtxj.chromatic.com/ Chromatic results:
|
Summary:
Following up on #2373, this PR builds on the initial upgrade to enable
accessibility testing in Storybook 8.5.
Issue: XXX-XXXX
Test plan:
This can be used locally for now:
Then, navigate to
http://localhost:6061
and make sure that the accessibilitytests are turned on.
To make sure, check on the popopver on the bottom left, click on the pencil
icon, and make sure that
Accessibility
is checked.After that, you can click on
Run tests
and Storybook will execute all of them and will include the results on each story.