aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-07-02 17:45:41 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2013-07-02 17:45:41 -0700
commit02b1aff60bad96af14ec73eab5a128c98f821f61 (patch)
tree0be2db7f06981fc3067a93c6095e4db0b5ac0c38
parent9541b1e5dffef3162e8e4fdfc436009f6057a33d (diff)
updated run description for a headless run to include firefox profile path
-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" }
+ ]
+}