Skip to content
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

Add storyshots for automated accessibility testing #143

Open
2 tasks
stephiescastle opened this issue Feb 3, 2022 · 0 comments
Open
2 tasks

Add storyshots for automated accessibility testing #143

stephiescastle opened this issue Feb 3, 2022 · 0 comments
Labels
accessibility enhancement New feature or request feature parity Work needed to maintain consistency between our implementations of Explorer 1

Comments

@stephiescastle
Copy link
Member

stephiescastle commented Feb 3, 2022

Description

Our implementation of Storybook in WWW includes Storyshots, which allows us to automate accessibility testing locally and as part of our CI/CD workflow. While automated testing doesn't catch everything, it has been useful on WWW to catch any outliers and regressions.

All of the components ported from WWW to Explorer 1 have been tested via Storyshots, but are no longer being tested as Explorer 1 does not have Storyshots set up. As Explorer 1 becomes our standard for the design system, I think we should add automated accessibility testing to our workflow here as well.

Task list

  • Add storyshots configuration for html stories using axe-core (check config in www)
  • Add storyshots to our ci/cd checks
@stephiescastle stephiescastle added enhancement New feature or request feature parity Work needed to maintain consistency between our implementations of Explorer 1 accessibility labels Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility enhancement New feature or request feature parity Work needed to maintain consistency between our implementations of Explorer 1
Projects
None yet
Development

No branches or pull requests

1 participant