karma-safari-launcher
Version:
A Karma plugin. Launcher for Safari.
14 lines (12 loc) • 342 B
HTML
<!-- Safari does not allow you to open url, so we open this static file and open the url by JS -->
<html>
<head>
<title>Safari REDIRECTS to Testacular</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript">
window.location = '%URL%';
</script>
</head>
<body>
</body>
</html>