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
With the release of the test runner package, the famous testing package storyshots is now mostly deprecated and will not receive any changes / improvements.
In our documentation, we're still mentioning how to enable snapshot testing with the said package, and we're at a point where we should start consolidating all the testing patterns around the test runner. For reference, here's the example response that the Storybook team sent out while triaging storyshots issues.
What needs to happen:
Update the documentation here to be a migration guide to snapshot testing with the test runner as opposed to a how-to guide for the storyshots package.
The text was updated successfully, but these errors were encountered:
@kylegach the fact that storyshot will be deprecated soon should be evident on the website, this will help point new users in the right, long term, direction.
Related discussion: #22520 (comment)
With the release of the test runner package, the famous testing package storyshots is now mostly deprecated and will not receive any changes / improvements.
In our documentation, we're still mentioning how to enable snapshot testing with the said package, and we're at a point where we should start consolidating all the testing patterns around the test runner. For reference, here's the example response that the Storybook team sent out while triaging storyshots issues.
What needs to happen:
The text was updated successfully, but these errors were encountered: