From 0591c9a463da60dab09d1ad47c6417dd5402de76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Maisse?= Date: Sat, 18 Jan 2020 08:34:36 +0100 Subject: [PATCH] docs(storyshot-puppeteer): add a warning to emphasize the fact that as of SB 5.3 puppeteer must be added to the project dep directly --- addons/storyshots/storyshots-puppeteer/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/storyshots/storyshots-puppeteer/README.md b/addons/storyshots/storyshots-puppeteer/README.md index 718c0c012435..bf9947121adc 100644 --- a/addons/storyshots/storyshots-puppeteer/README.md +++ b/addons/storyshots/storyshots-puppeteer/README.md @@ -8,9 +8,11 @@ Add the following modules into your app. npm install @storybook/addon-storyshots-puppeteer puppeteer --save-dev ``` +/!\ As of Storybook 5.3 `puppeteer` is no more included in addon dependencies and must be added to your project directly. + ## Configure Storyshots for Puppeteeer tests -/\*\ **React-native** is **not supported** by this test function. +/!\ **React-native** is **not supported** by this test function. When willing to run Puppeteer tests for your stories, you have two options: