Relative Content

Tag Archive for cypresse2e-testing

How do I redirect with Cypress

So, my problem is as follows. I connect to a website where a few buttons are to be clicked, and then one of the buttons redirects to another website where the tests are mainly run. Virtually all tests run on the second website, and this can only be reached via the redirect. I’ve tried a few things, but I think I’m having trouble understanding the whole “redirect” issue.