Is there any example available on how to use Azure AD authentication with Playwright tests using C#? Not 2FA but just the normal authentication
I am try to write E2E tests on my Blazor 8 WebApp using Playwright. I would like to setup the Azure AD authentication to have a user with a certain roles depending on the tests. Could not find a working example anywhere?