DEV Community

Discussion on: Storyflow: Using Storybook to Build a Better... Game Engine?

Collapse
 
brentmclark profile image
Brent Clark

It sounds interesting, yes. I'm using storybook (have been for years) and have typically relied upon snapshot testing to keep the stories from breaking. Additionally, I've been using cypress for a few years and have relied upon loading entire pages – including all the necessary mocks for the page – when I want to test a more complex component. Neither are ideal, and Storyflow seems to address both of these problems nicely.

👏