Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.11 KB

README.md

File metadata and controls

67 lines (39 loc) · 1.11 KB

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