Add task for running mocha tests with webdriver for testing proxies

This commit is contained in:
Niklas von Hertzen
2015-01-18 14:31:53 +02:00
parent 6d53461a68
commit 37b39ec716
13 changed files with 248 additions and 111 deletions

View File

@ -191,6 +191,9 @@
else {
mocha.run();
}
mocha.suite.afterAll(function() {
document.body.setAttribute('data-complete', 'true');
});
</script>
</body>
</html>