aboutsummaryrefslogtreecommitdiff
path: root/exampleData/headlessRuns/basicRun.json
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-12-04 18:54:02 -0800
committerGravatar Benjamin Jones <bjones@galois.com>2012-12-04 18:54:02 -0800
commitb07875c0defbd25d18b699c724ef371e46935cb0 (patch)
tree314507efcac714ac11ea777a860a77ab58943aca /exampleData/headlessRuns/basicRun.json
parent723c39f1763d87969d385688abb37960818a4713 (diff)
gave exampleData/basic a better name: sites
Diffstat (limited to 'exampleData/headlessRuns/basicRun.json')
-rw-r--r--exampleData/headlessRuns/basicRun.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleData/headlessRuns/basicRun.json b/exampleData/headlessRuns/basicRun.json
new file mode 100644
index 0000000..93fb93c
--- /dev/null
+++ b/exampleData/headlessRuns/basicRun.json
@@ -0,0 +1,8 @@
+{
+ 'rulePath' : '../ruleSets/',
+ 'crawlType' : 'none',
+ 'runs': [
+ { 'url': 'http://localhost:8000/testColorRules.html', 'ruleSet': 'colorRulesRF.json' },
+ { 'url': 'http://localhost:8000/testFontRules.html', 'ruleSet': 'fontRules.json' }
+ ]
+}