mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
comments
This commit is contained in:
parent
f85da5483d
commit
94faa6d3b2
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
$(function(){
|
$(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){
|
var WebdriverAndHtmlReporter = function(html_reporter){
|
||||||
return function(runner){
|
return function(runner){
|
||||||
//initalize the html reporter first
|
//initalize the html reporter first
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue