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.
- Host: GitHub
- URL: https://github.com/skippednote/puppediff
- Owner: skippednote
- Created: 2018-03-29T14:23:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T05:42:05.000Z (almost 7 years ago)
- Last Synced: 2024-12-30T08:11:33.825Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.