https://cypress.io logo
Login with Azure AD
# i-need-help
q
Hey, is it possible to login once for all tests? Seems like cypress is removing the cookies after a test finishes, so currently I login within
beforeEach
but it's taking so long... Want to avoid the msal.js. Any other thoughts about this?
c
Yes, you should look into using cy.session: https://docs.cypress.io/api/commands/session
q
When I use cy.session, the login is not working anymore. After providing the password and clicking "login", the request is "pending" all the time...