aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/headingsRun.json
blob: d6e513567700095e6c0a399c7d7cc1b7574690a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * A very basic headless run example. This configuration runs two rule sets on
 * the Whitehouse main webpage.
 */
{
  "rulePath"  : "../ruleSets/",
  "crawlType" : "2 5 1000 *localhost*",
  "firefoxProfile": "../../profiles/firefox/",
  "runs": [
    { "url": "http://localhost:8000/sites/headings.html", "ruleSet": "accessibility/accessibility.json" },
    { "url": "http://localhost:8000/sites/headings.html", "ruleSet": "basic/basicUIRules.json" }
  ]
}