mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 08:29:06 -06:00
17 lines
376 B
HTML
17 lines
376 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{title}}</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
{{if(options.superDomain)}}
|
|
document.domain = '{{superDomain}}';
|
|
{{/if}}
|
|
</script>
|
|
<script src="/{{namespace}}/runner/cypress_cross_origin_runner.js"></script>
|
|
<script>{{privilegedChannel | safe}}</script>
|
|
</body>
|
|
</html>
|