microsoft-authentication-library-for-dotnet icon indicating copy to clipboard operation
microsoft-authentication-library-for-dotnet copied to clipboard

Add CAE integration tests

Open pmaytak opened this issue 1 year ago • 3 comments
trafficstars

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

pmaytak avatar Jan 21 '24 22:01 pmaytak

How much time does this add to each build?

bgavrilMS avatar Jan 22 '24 09:01 bgavrilMS

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...

pmaytak avatar Jan 24 '24 08:01 pmaytak

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.

pmaytak avatar Jan 26 '24 03:01 pmaytak