From 02b1aff60bad96af14ec73eab5a128c98f821f61 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Tue, 2 Jul 2013 17:45:41 -0700 Subject: updated run description for a headless run to include firefox profile path --- exampleData/headlessRuns/headingsRun.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 exampleData/headlessRuns/headingsRun.json (limited to 'exampleData') 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" } + ] +} -- cgit v1.2.3