Skip to content

Jest Image Snapshot Example with puppeteer and Circle CI

License

Notifications You must be signed in to change notification settings

taehwanno/jest-image-snapshot-example

Repository files navigation

jest-image-snapshot-example

Jest Image Snapshot Example with jest-image-snapshot, puppeteer and Circle CI for Visual Regression Test

Prerequisite

  • node >= v7.10.0
  • jest >= v20.0.0

This project assumes node.js version with v8.4.0.

Installation

$ npm install

Test

First, run HTTP server.

$ npm start

and open another terminal, run test script.

$ npm test

License

MIT © Taehwan, No