AzureAD / microsoft-authentication-library-for-java

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
MIT License
284 stars 142 forks source link

Document manual testing for cloud shell / service fabric #695

Closed neha-bhargava closed 5 months ago

neha-bhargava commented 1 year ago

Since integration tests do not cover cloud shell and service fabric flow, document how to test these manually.

Reference:

bgavrilMS commented 1 year ago

Can we reuse the manual testing docs from MSAL.NET?

neha-bhargava commented 1 year ago

Can we reuse the manual testing docs from MSAL.NET?

No, MSAL.Net testing was primarily done using Visual Studio.

bgavrilMS commented 1 year ago

CLI would be better, as we could reuse it for MSAL JS