diff options
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> |
