tests: updating mocha and refactoring the custom html reporter using events

This commit is contained in:
Alexandre Magno 2020-06-03 11:54:55 +02:00 committed by GitHub
parent 7aa7e02e27
commit df1629c7b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16077 additions and 2852 deletions

View file

@ -14,7 +14,7 @@
<script src="lib/underscore.js"></script>
<script src="lib/mocha.js"></script>
<script> mocha.setup('bdd') </script>
<script> mocha.setup({ui: 'bdd', ignoreLeaks: true}) </script>
<script src="lib/expect.js"></script>
<script src="lib/sendkeys.js"></script>