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
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
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:
tmeasday
added a commit
to tmeasday/storyshots
that referenced
this issue
Mar 29, 2017
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: