From 94faa6d3b20ca787fc1511b5acab3e53b8bee7d7 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sun, 28 Oct 2012 13:22:30 +0000 Subject: [PATCH] comments --- tests/frontend/runner.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/frontend/runner.js b/tests/frontend/runner.js index a1fcdde2e..253657310 100644 --- a/tests/frontend/runner.js +++ b/tests/frontend/runner.js @@ -1,4 +1,8 @@ $(function(){ + /* + This reporter wraps the original html reporter plus reports plain text into a hidden div. + This allows the webdriver client to pick up the test results + */ var WebdriverAndHtmlReporter = function(html_reporter){ return function(runner){ //initalize the html reporter first