@revoloo/cypress6
Version:
Cypress.io end to end testing tool
24 lines (21 loc) • 685 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cypress</title>
<link href="/__cypress/static/favicon.ico" rel="icon">
<link rel="stylesheet" href="/__cypress/runner/cypress_runner.css">
</head>
<body>
<div id="app">
<div class="runner automation-failure">
<div class="automation-message">
<p>Whoops, we can't run your tests.</p>
<div>
<p class="muted">This browser was not launched through Cypress. Tests cannot run.</p>
</div>
</div>
</div>
</div>
</body>
</html>