Last active
August 29, 2015 14:03
-
-
Save dblooman/151b280d127fc0e736a0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #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