ghoul
Version:
Ghoul is a tool to help with frontend testing with mocha
19 lines (18 loc) • 421 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Ghoul</title>
</head>
<body>
<div id="ghoul"></div>
<script type="text/javascript" src="{{frameworkPath}}"></script>
{{libs}}
<script>mocha.ui('bdd');</script>
<script type="text/javascript" src="{{assertionPath}}"></script>
<script type="text/javascript" src="{{src}}"></script>
<script>
mochaPhantomJS.run();
</script>
</body>
</html>