/jest-with-puppeteer-core

jest-environment-puppeteer with puppeteer-core example

Primary LanguageJavaScript

Example for use jest-puppeteer with puppeteer-core

use module-alias to make require('puppeteer') as require('puppeteer-core')

usage

$ git clone https://github.com/superwf/jest-with-puppeteer-core.git
$ yarn

⚠️ change your chrome path in file jest-puppeteer.config.js section executablePath, then run.

$ npx jest