Hello my name is Ambrose. I have been using cypress to automate my application. I recently ran into and issue. I was automating an application that was on the dev environment that required a password to access . I was able to access the application manually, but when it comes time to automate the application on cypress. Cypress stated that it can not access the application giving the URL for the Dev environment. My question is, what approach should I take to solve this issue, working in the Dev environment. What syntax can i write to enable cypress to go through the password face in order to access into the application ?