aboutsummaryrefslogtreecommitdiff
path: root/testlib/selenium/testhost.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
commitd0a0695fb5d34996850723f7d4b1b59c3df909c2 (patch)
tree6141a1db06f8f359813c332b3c23f3777f00b568 /testlib/selenium/testhost.html
parente9a383ede7f98512f0dd351697759d75ddb67eac (diff)
downloadwallet-core-d0a0695fb5d34996850723f7d4b1b59c3df909c2.tar.xz
test harness for both browser and node
Diffstat (limited to 'testlib/selenium/testhost.html')
-rw-r--r--testlib/selenium/testhost.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/testlib/selenium/testhost.html b/testlib/selenium/testhost.html
new file mode 100644
index 000000000..263fe6316
--- /dev/null
+++ b/testlib/selenium/testhost.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Browser Test Host</title>
+ <script src="../../lib/vendor/system-csp-production.src.js"></script>
+ <script>
+ System.config({
+ baseURL: "../../",
+ defaultJSExtensions: true,
+ meta: {
+ "lib/emscripten/taler-emscripten-lib": {
+ format: "global",
+ exports: "Module",
+ }
+ },
+ });
+ </script>
+ </head>
+</html>