mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Add Puppeteer testing tutorial * Use Jest as test runner * Add comment on changing headless mode
333 B
333 B
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.