babangsund / cypress-keycloak

Cypress commands for Keycloak
MIT License
43 stars 39 forks source link

Even when call to KeyCloak, by cy.login(), doesn't end in authorization then corresponding cy.session is marked as created #47

Open tomaszwojciechowski opened 1 year ago

tomaszwojciechowski commented 1 year ago

cy.session(()=>{ cy.logout(...); cy.login(...) } )