added a plain text test reporter, will be good for the webdriver client to pick up test results

This commit is contained in:
Peter 'Pita' Martischka 2012-10-28 13:16:41 +00:00
parent c4f38e28a6
commit f85da5483d
3 changed files with 83 additions and 3 deletions

View file

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