aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/localRun.json
blob: b68d00c8400a4ee7ddd43f3e6608771f4f573b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Headless run configuration designed to be run with a local webserver
 * serving files from <FiveUI>/exampleData/sites/ on port 8000.
 */
{
  'rulePath'  : '../ruleSets/',
  'crawlType' :    'none',
  'runs': [
    { 'url': 'http://localhost:8000/testColorRules.html', 'ruleSet': 'colorRules.json' },
    { 'url': 'http://localhost:8000/testFontRules.html', 'ruleSet': 'fontRules.json' }
  ]
}