docs(README): mention testing prelease (#2088)

This commit is contained in:
Eric Bidelman 2018-02-23 11:17:14 -08:00 committed by Andrey Lushnikov
parent fc2a10440f
commit b07e705dc9

View File

@ -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] -->