UNPKG

779 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3<head>
4 <title>Cypress is running</title>
5 <link rel="stylesheet" type="text/css" href="newtab.css">
6</head>
7<body>
8 <div class="wrapper">
9 <div class="img-wrapper">
10 <img src="logos/cypress-bw.png">
11 </div>
12 <h1>Cypress is currently automating this browser.</h1>
13 <p>Opening new tabs may interfere with tests and cause failures.</p>
14 <p>Please note:</p>
15 <ul>
16 <li>Any opened tabs will be closed when Cypress is stopped.</li>
17 <li>Tests currently running will fail while another tab has focus.</li>
18 <li>Cookies and session from other sites will be cleared.</li>
19 </ul>
20 <a href="https://on.cypress.io/guides/browser-management" target="_blank">Read more about browser management</a>
21 </div>
22</body>
23</html>
\No newline at end of file