UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

24 lines (17 loc) 525 B
<!DOCTYPE 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></title> <link rel="stylesheet" href="/isolated-runner/cypress_runner.css"> </head> <body> <div id="app"></div> <script type="text/javascript"> // set a global so we know the 'top' window window.Cypress = true </script> <script type="text/javascript" src="/isolated-runner/cypress_runner.js"></script> </body> </html>