5 ms·
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
by trevinhofmann 5y 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.
- simonw 5y agoI love that idea.
- lloydatkinson 5y agoWhere did you upload the screenshots?
- trevinhofmann 5y agoThe same service kept the screenshots in its file system, and served them along with with the web pages that displayed them.