diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-03 00:47:22 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-03 00:47:22 +0100 |
commit | d0a0695fb5d34996850723f7d4b1b59c3df909c2 (patch) | |
tree | 6141a1db06f8f359813c332b3c23f3777f00b568 /testlib/selenium/testhost.html | |
parent | e9a383ede7f98512f0dd351697759d75ddb67eac (diff) |
test harness for both browser and node
Diffstat (limited to 'testlib/selenium/testhost.html')
-rw-r--r-- | testlib/selenium/testhost.html | 19 |
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> |