aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/headingsRun.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/headlessRuns/headingsRun.json')
-rw-r--r--exampleData/headlessRuns/headingsRun.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleData/headlessRuns/headingsRun.json b/exampleData/headlessRuns/headingsRun.json
new file mode 100644
index 0000000..d6e5135
--- /dev/null
+++ b/exampleData/headlessRuns/headingsRun.json
@@ -0,0 +1,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" }
+ ]
+}