Skip to content

Commit

Permalink
Fix broken links to StoryShots
Browse files Browse the repository at this point in the history
  • Loading branch information
joriswitteman authored Apr 17, 2023
1 parent 4675d31 commit a9bd06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-tests/visual-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Ideal for verifying what the user sees: layout, color, size, and contrast. Story

There are [many tools](https://github.com/mojoaxel/awesome-regression-testing) for visual testing. We recommend [Chromatic](https://www.chromatic.com?utm_source=storybook_website&utm_medium=link&utm_campaign=storybook) by Storybook maintainers to run visual tests in a lightning-fast cloud browser environment.

For a self-managed alternative to Chromatic, we offer [StoryShots](https://github.com/storybookjs/storybook/tree/main/addons/storyshots). It allows you to run visual tests on stories by integrating with [jest-image-snapshot](https://github.com/storybookjs/storybook/tree/main/addons/storyshots/storyshots-puppeteer#imagesnapshots).
For a self-managed alternative to Chromatic, we offer [StoryShots](https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-core). It allows you to run visual tests on stories by integrating with [jest-image-snapshot](https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-puppeteer#imagesnapshots).

## Setup Chromatic addon

Expand Down

0 comments on commit a9bd06d

Please sign in to comment.