Replies: 8 comments 1 reply
-
It's been over a year since this was asked. Any updates from Chromatic on the subject? |
Beta Was this translation helpful? Give feedback.
-
Reviving this discussion so this topic won't die 👀 |
Beta Was this translation helpful? Give feedback.
-
I'm also looking for something like this. I love the accessibility addon, but there's no automated way to verify all tests pass that I can see. It would be great if this would work with Chromatic! While I understand this is tough to do for all combinations of variants, it sure would be nice! My current workaround is to use the |
Beta Was this translation helpful? Give feedback.
-
Just chiming in to keep the discussion alive. This is something my team has been looking for, it would be good if chromatic would report on the a11y status of stories along side the interaction and visual tests. Not necessarily to fail builds on but it would be good to see this plugin status for our components without having to manually go through the individual stories |
Beta Was this translation helpful? Give feedback.
-
I am also interested in this feature. |
Beta Was this translation helpful? Give feedback.
-
Also very interested in this feature! |
Beta Was this translation helpful? Give feedback.
-
I would also like this to be built into Chromatic. I've put together a way to automate it based on this example from storybook, however it leaves a lot to be desired for setup, usability, and debugging. https://storybook.js.org/blog/automate-accessibility-tests-with-storybook/ Cypress has started offering this, Chromatic really should offer something similar to their offering, it's nice. https://www.cypress.io/blog/introducing-cypress-accessibility |
Beta Was this translation helpful? Give feedback.
-
Any updates on this feature request? It seems natural for Chromatic to provide that feature, given Storybook already provides a way to run a11y tests using the test-runner. |
Beta Was this translation helpful? Give feedback.
-
Right now interaction tests run automatically when publishing components to chromatic in CI, which is awesome as stated here:
But what would be even better is if the accessibility tests from
storybook-addon-a11y
would also automatically run when publishing to chromatic avoiding the need for an extra.test
file. Are there any future plans for this?Beta Was this translation helpful? Give feedback.
All reactions