aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/basicRun.json
blob: eb05baf45728978c27a93ce53683218de4e4ddcc (plain)
1
2
3
4
5
6
7
8
{
  'rulePath'  : '../ruleSets/',
  'crawlType' :    'none',
  'runs': [
    { 'url': 'http://localhost:8000/testColorRules.html', 'ruleSet': 'colorRules.json' },
    { 'url': 'http://localhost:8000/testFontRules.html', 'ruleSet': 'fontRules.json' }
  ]
}