Azure AD Authentication in Cypress Tests with MSAL
Its been over 2 years since I wrote about this; in that time Microsoft has moved from ADAL to MSAL and so it was a good time to revisit this topic.
Its been over 2 years since I wrote about this; in that time Microsoft has moved from ADAL to MSAL and so it was a good time to revisit this topic.
Cypress is a browser-based, end-to-end testing framework that is enjoyable to use however I ran into some difficulty trying to authenticate with Azure Active Directory in my tests. Find out what I did to fix it!