mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
added a plain text test reporter, will be good for the webdriver client to pick up test results
This commit is contained in:
parent
c4f38e28a6
commit
f85da5483d
3 changed files with 83 additions and 3 deletions
|
@ -5,10 +5,12 @@
|
|||
|
||||
<link rel="stylesheet" href="runner.css" />
|
||||
|
||||
<div id="console"></div>
|
||||
<div id="mocha"></div>
|
||||
<div id="iframe-container"></div>
|
||||
|
||||
<script src="/static/js/jquery.js"></script>
|
||||
<script src="http://underscorejs.org/underscore.js"></script>
|
||||
|
||||
<script src="lib/mocha.js"></script>
|
||||
<script> mocha.setup('bdd') </script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue