Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created August 20, 2018 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tristansokol/50d84df8fbff24cadadbd81e630bb4fc to your computer and use it in GitHub Desktop.
Save tristansokol/50d84df8fbff24cadadbd81e630bb4fc to your computer and use it in GitHub Desktop.
$ 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