/ test_apps / test_app / app / test.html
test.html
 1  <html>
 2    <head>
 3      <title>Embark - TestApp</title>
 4      <link rel="stylesheet" href="css/app.css">
 5      <script src="js/test.js"></script>
 6    </head>
 7    <body class="container">
 8  
 9      <button id="runTests">Run Tests</button>
10      <div id="tests"></div>
11  
12    </body>
13  </html>