aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/headingsRun.json
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2013-07-03 09:46:29 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2013-07-03 09:46:29 -0700
commita2e6f86c5b1d33d7d37afe7af807701d2ee74e9b (patch)
treeefd4dd6488f1e4f156ffbaccfeb10a40f86fc231 /exampleData/headlessRuns/headingsRun.json
parent0f717faf40cd7ea6c28c407d0a517d730fc6591f (diff)
parent02b1aff60bad96af14ec73eab5a128c98f821f61 (diff)
Merge branch 'master' of github.com:GaloisInc/FiveUI
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" }
+ ]
+}