mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
Merge pull request #18005 from laughnan/storyshots-puppeteer-docs
docs(storyshots): update wording for puppeteer addon
This commit is contained in:
commit
9977a79552
@ -8,13 +8,13 @@ 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.
|
||||
⚠️ As of Storybook 5.3 `puppeteer` is no longer included in the addon dependencies and must be added to your project directly.
|
||||
|
||||
## Configure Storyshots for Puppeteer tests
|
||||
|
||||
⚠️ **React-native** is **not supported** by this test function.
|
||||
|
||||
When willing to run Puppeteer tests for your stories, you have two options:
|
||||
When running Puppeteer tests for your stories, you have two options:
|
||||
|
||||
- Have a storybook running (ie. accessible via http(s), for instance using `npm run storybook`)
|
||||
- Have a static build of the storybook (for instance, using `npm run build-storybook`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user