superwf / jest-with-puppeteer-core

jest-environment-puppeteer with puppeteer-core example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

jest-environment-puppeteer with puppeteer-core example


Languages

Language:JavaScript 100.0%