aboutsummaryrefslogtreecommitdiff
path: root/test/browser.html
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2014-03-20 10:27:45 -0600
committerBen Beltran <ben@freshout.us>2014-03-20 10:27:45 -0600
commita181aeae67a9c9c86e9df92ab5c0de6ce00f47fb (patch)
tree14573b00ea3b9538b5875d5745b1f89d5d2a32d5 /test/browser.html
parent26b061b8b81f39ad11fbd9c6c761ec3e699dbad2 (diff)
Cobalt 2.0 -> Now with neon 2.0
Diffstat (limited to 'test/browser.html')
-rw-r--r--test/browser.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/browser.html b/test/browser.html
new file mode 100644
index 0000000..ec58b6f
--- /dev/null
+++ b/test/browser.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Tellurium Test Runner</title>
+
+ <!-- load neon dependency. These are node modules, I'm not sure this is a good way to load it -->
+ <script src="../node_modules/neon/neon.js" type="text/javascript" charset="utf-8"></script>
+
+ <!-- include cobalt -->
+ <script src="../node_modules/cobalt-log/lib/cobalt.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../node_modules/cobalt-log/lib/loggers/console.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../node_modules/cobalt-log/lib/formatters/token.js" type="text/javascript" charset="utf-8"></script>
+
+ <!-- include test files here... -->
+ <script type="text/javascript" src="basic.js"></script>
+
+ </head>
+ <body>
+ </body>
+</html>