UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (13 loc) 255 B
<!DOCTYPE html> <head> <title>Page Redirect</title> <script> window.onload = function(){ window.location.href = "/fixtures/generic.html" } </script> </head> <body> This page is being redirected. </body> </html>