Cypress + Storybook 2.0
When building a design system, we like to see components rendered in isolation.
What better tool to do that than Storybook? We can see our components, wrap them
in decorators, and show our stakeholders beautiful user story demos.
Once we know how our components should look, we want to test them. For that
part, I love to use Cypress component testing
[https://docs.cypress.io/guides/component-testing/introduction#What-is-Component-Testing]
. How great would it be if we could just re-use the stori
Read more