From 4515fae56c8c89e8f7d3ab5b46bdad313598a4fb Mon Sep 17 00:00:00 2001 From: Myoxocephalus Date: Fri, 30 Nov 2018 07:13:54 +0100 Subject: [PATCH] Updated storyshots-puppeteer documentation. Added installation information for storyshots-puppeteer. --- addons/storyshots/storyshots-puppeteer/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/addons/storyshots/storyshots-puppeteer/README.md b/addons/storyshots/storyshots-puppeteer/README.md index 8d70fccec33..c9856b2ef47 100644 --- a/addons/storyshots/storyshots-puppeteer/README.md +++ b/addons/storyshots/storyshots-puppeteer/README.md @@ -1,3 +1,11 @@ +## Getting Started + +Add the following module into your app. + + ```sh +npm install --save-dev @storybook/addon-storyshots-puppeteer +``` + ## Configure Storyshots for image snapshots /\*\ **React-native** is **not supported** by this test function.