We've recently adopted storybook and percy for visually testing our components. The stories are written like unit tests and are available in the storybook viewer yarn storybook. It would be great if we could write storybook stories for all of our components. This will help us have a great environment for UI development and stop visual regressions from happening.
We've recently adopted storybook and percy for visually testing our components. The stories are written like unit tests and are available in the storybook viewer
yarn storybook
. It would be great if we could write storybook stories for all of our components. This will help us have a great environment for UI development and stop visual regressions from happening.Example
GIF
Checklist