chrome-extensions-samples/functional-samples/tutorial.puppeteer
..
README.md
index.test.js
package-lock.json
package.json

README.md

Tutorial: Testing Chrome Extensions with Puppeteer

Overview

This is the sample code for the Testing Chrome Extensions with Puppeteer tutorial.

Running the tests

  1. Install Node.JS.
  2. Run npm install.
  3. Run npm start.