From b07e705dc9538250757724f2dc6e62f77914b252 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Fri, 23 Feb 2018 11:17:14 -0800 Subject: [PATCH] docs(README): mention testing prelease (#2088) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9f583933f5b..0bb6e489f9a 100644 --- a/README.md +++ b/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. +