@revoloo/cypress6
Version:
Cypress.io end to end testing tool
20 lines (18 loc) • 512 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Uncaught Tests</title>
<link rel="icon" href="data:;base64,=">
<script type="text/javascript" src="/lib/public/js/iframe.js"></script>
<script type="text/javascript">
beforeEach(function(){
cy.visit("http://localhost:3500/fixtures/sync_error.html")
})
// this should never run
it("t1", function(){})
</script>
</head>
<body>
</body>
</html>