Hacker News new | ask | show | jobs
by trevinhofmann 1557 days ago
I used pixelmatch + puppeteer at a previous job to automate this. The service would screenshot each page on the master branch and the PR branch, then comment on the PR with a link showing the Before, Diff, and After of each page that changed. I highly recommend this type of setup.
2 comments

Where did you upload the screenshots?
The same service kept the screenshots in its file system, and served them along with with the web pages that displayed them.
I love that idea.