This commit is contained in:
Peter 'Pita' Martischka 2012-10-28 13:22:30 +00:00
parent f85da5483d
commit 94faa6d3b2

View file

@ -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