Skip to content

Commit

Permalink
docs(storyshot-puppeteer): add a warning to emphasize the fact that a…
Browse files Browse the repository at this point in the history
…s of SB 5.3 puppeteer must be added to the project dep directly
  • Loading branch information
gaetanmaisse committed Jan 18, 2020
1 parent 321ecb9 commit 792064b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/storyshots/storyshots-puppeteer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 792064b

Please sign in to comment.