Files
chrome-extensions-samples/functional-samples/tutorial.puppeteer
Oliver Dunk 9f667d867a Upgrade to ESLint 9 (#1149)
* Upgrade to eslint 9

* Fix version numbers in package.json files
2024-04-26 15:00:33 +01:00
..
2024-04-26 15:00:33 +01:00
2024-04-26 15:00:33 +01:00

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.