You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried looking for some tutorials, but either they are old, still with cypress 9 or a lot of other libraries are used which are not suits and making just hardcore solution...
Isn't there a simple way to log in?
This seems its will be right one: Tutorial on Azure Active Directory Authentication -
login works for me, but still when cy.visit("mytenant.sharepoint.com")
i have got login.microsoft.com ... i try even origin... some different attributes cypres.config.json and still some problems... for instance deadlock with iframe call or some other problem....
Give me tip i will try whatever but after what i have seen there is no approach how to achieve - login to SharePoint online site and for sample cy.title().should('eq', "whatever");
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried looking for some tutorials, but either they are old, still with cypress 9 or a lot of other libraries are used which are not suits and making just hardcore solution...
Isn't there a simple way to log in?
This seems its will be right one: Tutorial on Azure Active Directory Authentication
-
login works for me, but still when
cy.visit("mytenant.sharepoint.com")
i have got login.microsoft.com ... i try even origin... some different attributes cypres.config.json and still some problems... for instance deadlock with iframe call or some other problem....
Give me tip i will try whatever but after what i have seen there is no approach how to achieve - login to SharePoint online site and for sample
cy.title().should('eq', "whatever");
Beta Was this translation helpful? Give feedback.
All reactions