]> git.r.bdr.sh - rbdr/cologne/blame - test/browser.html
Adds the file logger
[rbdr/cologne] / test / browser.html
CommitLineData
db6bc3cb
BB
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>Tellurium Test Runner</title>
5
6 <!-- load neon dependency. These are node modules, I'm not sure this is a good way to load it -->
7 <script src="../node_modules/neon/neon.js" type="text/javascript" charset="utf-8"></script>
8
9 <!-- include cobalt -->
10 <script src="../node_modules/cobalt-log/lib/cobalt.js" type="text/javascript" charset="utf-8"></script>
11 <script src="../node_modules/cobalt-log/lib/loggers/console.js" type="text/javascript" charset="utf-8"></script>
12 <script src="../node_modules/cobalt-log/lib/formatters/token.js" type="text/javascript" charset="utf-8"></script>
13
14 <!-- include test files here... -->
15 <script type="text/javascript" src="basic.js"></script>
16
17 </head>
18 <body>
19 </body>
20</html>