An open API service indexing awesome lists of open source software.

https://github.com/skippednote/puppediff

📸 💻 Screenshots and visual regression using Puppeteer.
https://github.com/skippednote/puppediff

Last synced: 9 months ago
JSON representation

📸 💻 Screenshots and visual regression using Puppeteer.

Awesome Lists containing this project

README

          

# Puppediff

> Puppeteer and Visual Regression

#### Setup

* `npm i`

#### Step

* Update pages.json with `baseUrl` and `pages` with list of `name` and `url`.
* Run `node index.js true` to generate baseline images.
* Update the codebase and run `node index.js` to generate updated images.
* Run `node diff.js` to generate diff images.