docs(README): mention testing prelease (#2088)
This commit is contained in:
parent
fc2a10440f
commit
b07e705dc9
10
README.md
10
README.md
@ -239,4 +239,14 @@ You may find that Puppeteer does not behave as expected when controlling pages t
|
||||
#### Q: I am having trouble installing / running Puppeteer in my test environment?
|
||||
We have a [troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md) guide for various operating systems that lists the required dependencies.
|
||||
|
||||
#### Q: How do I try/test a prerelease version of Puppeteer?
|
||||
|
||||
You can check out this repo or install the latest prerelease from npm:
|
||||
|
||||
```bash
|
||||
npm i --save puppeteer@next
|
||||
```
|
||||
|
||||
Please note that prerelease may be unstable and contain bugs.
|
||||
|
||||
<!-- [END faq] -->
|
||||
|
Loading…
Reference in New Issue
Block a user