UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

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