/* * A very basic headless run example. This configuration runs two rule sets on * the Whitehouse main webpage. */ { 'rulePath' : '../ruleSets/', 'crawlType' : 'none', 'runs': [ { 'url': 'http://www.whitehouse.gov', 'ruleSet': 'colorRules.json' }, { 'url': 'http://www.whitehouse.gov', 'ruleSet': 'fontRules.json' } ] }