juunas11 / AzureAdUiTestAutomation

Examples of running UI tests on an Azure AD protected single page app that calls an Azure AD protected API
33 stars 16 forks source link

Can we do same implementation ( Azure AD login ) using playwright ? #3

Open bheemreddy181 opened 1 year ago

juunas11 commented 1 year ago

Sure you can, if you can write to local storage in Playwright.

bheemreddy181-zz commented 1 year ago

I am not able to write to a local storage for some reason it keeps erroring saying AccountKey reference error

bheemreddy181 commented 1 year ago

Here is reference error https://github.com/microsoft/playwright/issues/18390