From ef9386b66dab64593beff79bfbf14ca3c09dc72f Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 19 Sep 2019 19:42:33 +0800 Subject: [PATCH] docs: add puppeteer for runner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7b0021..f590147 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [nightwatch](https://github.com/nightwatchjs/nightwatch) - UI automated testing framework based on node.js and selenium webdriver. * [intern](https://github.com/theintern/intern) - A next-generation code testing stack for JavaScript. * [yolpo](http://www.yolpo.com) - A statement-by-statement JavaScript interpreter in the browser. - +* [puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome Node.js API by official Google Chrome team. ## QA Tools