Files
chrome-extensions-samples/functional-samples/tutorial.puppeteer
dependabot[bot] 7be52203de Bump ip from 1.1.8 to 1.1.9 in /functional-samples/tutorial.puppeteer (#1097)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 10:26:34 +00: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.