Skip to content

Instantly share code, notes, and snippets.

@dblooman
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save dblooman/151b280d127fc0e736a0 to your computer and use it in GitHub Desktop.

Select an option

Save dblooman/151b280d127fc0e736a0 to your computer and use it in GitHub Desktop.
#Headless browser option
browser:
webkit: "phantomjs"
#If you want to have multiple snapping files, set the file name here
snap_file: "javascript/snap.js"
# Type the name of the directory that shots will be stored in
directory:
- 'shots'
# Add only 2 domains, key will act as a label
domains:
english: "http://www.bbc.com/news"
russian: "http://www.bbc.com/news"
#Type screen widths below, here are a couple of examples
screen_widths:
- 1280
#Type page URL paths below, here are a couple of examples
paths:
home: /
uk_index: /uk
#Amount of fuzz ImageMagick will use
fuzz: '20%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment