Puppeteer and Visual Regression
npm i
- Update pages.json with
baseUrlandpageswith list ofnameandurl. - Run
node index.js trueto generate baseline images. - Update the codebase and run
node index.jsto generate updated images. - Run
node diff.jsto generate diff images.