I have an Azure hosted App Service website that is protected by Azure Active Directory login. I want to test this site's functionality using Cypress. I had hoped to simply have some known credentials that I use to login to the site. However when I try to cy.visit("https://testmysite.azurewebsites.net/") Cypress gets stuck in an infinite loop as shown in the screenshot below. Any suggestions how I can authenticate to the site and then use Cypress for my automated testing?
