|
|
|
|
|
by fma
1739 days ago
|
|
For those who are using Storybook:
Do you develop your component in storebook first? Then implement on your actual page? Also are you able to leverage it for automation test? I.e. if you have a photo gallery...have a state where it has 0 photos, 1, 2.. and have some UI automation test (i.e. Selenium) run against it? If not do you have any recommendations for something like this kind of use case? |
|
And yes, we use Chromatic (their hosted service) and it’s been hugely beneficial, I would say a 10x ROI. Super useful for visual regression testing, sharing with non technical people in the org, etc...)
My recommendation in this field is Storybook. It’s the best tool for this use case. We also use Cypress for integration tests and heat for unit tests.