aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/basicRun.json
blob: 31e9d77e687921a55336be976438502143b77de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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' }
  ]
}