mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 16:19:55 -06:00
14 lines
290 B
HTML
14 lines
290 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{title}}</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
document.domain = '{{domain}}';
|
|
</script>
|
|
<script src="/__cypress/runner/cypress_cross_origin_runner.js"></script>
|
|
</body>
|
|
</html>
|