AzureAD / microsoft-authentication-library-for-objc

Microsoft Authentication Library (MSAL) for iOS and macOS
http://aka.ms/aadv2
MIT License
255 stars 141 forks source link

Native auth base E2E tests and 6 test cases #2217

Closed nilo-ms closed 3 weeks ago

nilo-ms commented 1 month ago

Proposed changes

This PR includes the basic code for end-to-end tests of native authentication and six test cases. The tests run concurrently and can retry up to three times if any of them fails.

Type of change

Risk