Skip to content

Commit

Permalink
Fix Links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Nov 30, 2023
1 parent 73c3d2f commit 48cc869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writing-tests/snapshot-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Storybook is a helpful tool for snapshot testing because every story is essentia

## Migrating Tests

The Storyshots addon was the original testing solution for Storybook, offering a highly extensible API and a wide range of configuration options for testing. However, it was difficult to set up and maintain, and it needed to be compatible with the latest version of Storybook, which introduced some significant architectural changes, including a high-performance [on-demand story loading](../configure/overview.md#on-demand-story-loading) feature. As a result, Storyhots is now officially deprecated, is no longer being maintained, and will be removed in the next major release of Storybook. We recommend following the [migration guide](./storyshots-migration-guide.md) we've prepared to help you during this transition period.
The Storyshots addon was the original testing solution for Storybook, offering a highly extensible API and a wide range of configuration options for testing. However, it was difficult to set up and maintain, and it needed to be compatible with the latest version of Storybook, which introduced some significant architectural changes, including a high-performance [on-demand story loading](../configure/index.md#on-demand-story-loading) feature. As a result, Storyhots is now officially deprecated, is no longer being maintained, and will be removed in the next major release of Storybook. We recommend following the [migration guide](./storyshots-migration-guide.md) we've prepared to help you during this transition period.

## Set up Storyshots

Expand Down Expand Up @@ -53,7 +53,7 @@ You can name the test file differently to suit your needs. Bear in mind that it

</Callout>

Run your first test. Storyshots will recognize your stories (based on [.storybook/main.js's setup](https://storybook.js.org/docs/react/configure/story-rendering)) and save them in the **snapshots** directory.
Run your first test. Storyshots will recognize your stories (based on [.storybook/main.js's setup](../configure/story-rendering.md)) and save them in the **snapshots** directory.

```shell
npm test storybook.test.js
Expand Down

0 comments on commit 48cc869

Please sign in to comment.