From a9bd06d38c52627ea81d3b4ac619eb0187ac451c Mon Sep 17 00:00:00 2001 From: Joris W <99750097+joriswitteman@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:55:54 +0200 Subject: [PATCH] Fix broken links to StoryShots --- docs/writing-tests/visual-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-tests/visual-testing.md b/docs/writing-tests/visual-testing.md index 52e670561ba1..00df70c87f22 100644 --- a/docs/writing-tests/visual-testing.md +++ b/docs/writing-tests/visual-testing.md @@ -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