Skip to content

softspiders/puppeteer-jest

Repository files navigation

SOFTSPIDERS

The simplest example of testing a web application in Puppeteer and Jest


Feature tags

  • express
  • jest
  • puppeteer
  • template

Direct ancestors

Direct descendants

puppeteer-jest-travis-heroku - also by code


Authors

Alexander Lapygin


Requirements

Node.js >= v6.4.0


Installation

yarn

Note: When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win) that is guaranteed to work with the API. To skip the download, see Environment variables.


Application run

node index

Test run

yarn test

License

Licensed under the MIT license