mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
This is supported in the latest release: https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v24.8.0
Tutorial: Testing Chrome Extensions with Puppeteer
Overview
This is the sample code for the Testing Chrome Extensions with Puppeteer tutorial.
Running the tests
- Install Node.JS.
- Run
npm install. - Run
npm start.