Powered by
Login with Azure AD
# i-need-help
q
quick-city-89997
03/03/2023, 2:23 PM
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
cold-terabyte-52337
03/04/2023, 10:49 PM
Yes, you should look into using cy.session:
https://docs.cypress.io/api/commands/session
q
quick-city-89997
03/06/2023, 8:59 AM
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...
Previous
Next