microsoft-authentication-library-for-dotnet
microsoft-authentication-library-for-dotnet copied to clipboard
Add CAE integration tests
Fixes #4626
Changes proposed in this request Add CAE integration tests for app flow (disables SP) and user flow (revokes user session). Need to update the lab and update the build pipeline to run these CAE tests in a separate job.
To manually test:
- Update the app config to your app's info.
- Comment out calls to the lab API.
- Manually do the same actions instead of lab API calls.
More detailed repro steps are in https://github.com/AzureAD/microsoft-identity-web/pull/2616
How much time does this add to each build?
How much time does this add to each build?
I added a 5 minute wait in a test. These tests may also fail if multiple run concurrently...
Automation of this is currently blocked until everything's set up in the lab. The lab code is a placeholder for now. Tests can still be run manually.