Created
August 20, 2018 22:16
-
-
Save tristansokol/50d84df8fbff24cadadbd81e630bb4fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ chrome --headless --screenshot=local.png \ | |
--window-size=1280,1000 localhost:8080 | |
$ chrome --headless --screenshot=production.png \ | |
--window-size=1280,1000 https://example.com/ | |
$ pixelmatch local.png production.png output.png 0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment