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
Is it possible to run the storyshots w/o actually taking snapshots?
i.e. just to verify if the stories render, w/o checking for changes.
My use case would be early on in development when things are changing a lot, and I don't want to update snapshots all the time, but I still want to pick up errors. Also using something like https://github.com/mthuret/storybook-addon-specifications would make it even more powerful.
I would imagine the API would be something like initStoryshots({ noSnapshotTests: true })
The text was updated successfully, but these errors were encountered:
Issue by tmeasday
Friday Feb 17, 2017 at 05:21 GMT
Originally opened as storybook-eol/storyshots#81
Is it possible to run the storyshots w/o actually taking snapshots?
i.e. just to verify if the stories render, w/o checking for changes.
My use case would be early on in development when things are changing a lot, and I don't want to update snapshots all the time, but I still want to pick up errors. Also using something like https://github.com/mthuret/storybook-addon-specifications would make it even more powerful.
I would imagine the API would be something like
initStoryshots({ noSnapshotTests: true })
The text was updated successfully, but these errors were encountered: