You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are interested in adding the storybook interactions add-on to our FE as a possible replacement for jest testing. We should try this out and write a couple of tests as a POC.
Additionally we want to try out the storybook accessibility add-on, so we should add this as well, along with a couple of tests. In the past it was uncertain if this was playing nicely with Chromatic so this should be part of the discovery work.
The text was updated successfully, but these errors were encountered:
Interaction testing is a huge yes. It's just the jest/puppeteer testing that we're already doing but better.
Accessibility testing does seem like we'd win much. It mostly just yells about alt props, which we already have a lint rule for, and which we explicitly choose to not use sometimes, in favor of visuallyHidden.
We're going to keep the accessibility addon on our radar, but the Chromatic integration is lacking, and it doesn't seem like much of a win right now. The interactions addon has been added and seems good!
We are interested in adding the storybook interactions add-on to our FE as a possible replacement for jest testing. We should try this out and write a couple of tests as a POC.
Additionally we want to try out the storybook accessibility add-on, so we should add this as well, along with a couple of tests. In the past it was uncertain if this was playing nicely with Chromatic so this should be part of the discovery work.
The text was updated successfully, but these errors were encountered: