aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/basicRun.json
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2013-02-11 19:31:26 -0800
committerGravatar Benjamin Jones <bjones@galois.com>2013-02-11 19:54:19 -0800
commit53c8d9316886fc5704aa638ef9d696029618caff (patch)
tree3ab4bcb6a01f6a3e4cf80d3702cfba3303430591 /exampleData/headlessRuns/basicRun.json
parent6ad504fcb173503f530296bf54330b7fb841f1a5 (diff)
cleaned up exampleData/headlessRuns/
Diffstat (limited to 'exampleData/headlessRuns/basicRun.json')
-rw-r--r--exampleData/headlessRuns/basicRun.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleData/headlessRuns/basicRun.json b/exampleData/headlessRuns/basicRun.json
index eb05baf..31e9d77 100644
--- a/exampleData/headlessRuns/basicRun.json
+++ b/exampleData/headlessRuns/basicRun.json
@@ -1,8 +1,12 @@
+/*
+ * A very basic headless run example. This configuration runs two rule sets on
+ * the Whitehouse main webpage.
+ */
{
'rulePath' : '../ruleSets/',
'crawlType' : 'none',
'runs': [
- { 'url': 'http://localhost:8000/testColorRules.html', 'ruleSet': 'colorRules.json' },
- { 'url': 'http://localhost:8000/testFontRules.html', 'ruleSet': 'fontRules.json' }
+ { 'url': 'http://www.whitehouse.gov', 'ruleSet': 'colorRules.json' },
+ { 'url': 'http://www.whitehouse.gov', 'ruleSet': 'fontRules.json' }
]
}