Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native auth base E2E tests and 6 test cases #2217

Merged
merged 24 commits into from
Jul 1, 2024
Merged

Conversation

nilo-ms
Copy link
Contributor

@nilo-ms nilo-ms commented Jun 21, 2024

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

  • Feature work
  • Bug fix
  • Documentation
  • Engineering change
  • Test
  • Logging/Telemetry

Risk

  • High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
  • Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
  • Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)

@nilo-ms nilo-ms added the native-auth Code related to native authentication label Jun 21, 2024
@nilo-ms nilo-ms requested review from a team as code owners June 21, 2024 15:01
# Conflicts:
#	MSAL/test/integration/native_auth/end_to_end/MSALNativeAuthEndToEndBaseTestCase.swift
#	MSAL/test/integration/native_auth/end_to_end/reset_password/MSALNativeAuthResetPasswordEndToEndTests.swift
#	MSAL/test/integration/native_auth/end_to_end/sign_in/MSALNativeAuthSignInUsernameEndToEndTests.swift
#	MSAL/test/integration/native_auth/end_to_end/sign_up/MSALNativeAuthSignUpUsernameEndToEndTests.swift
@nilo-ms nilo-ms merged commit 24462b6 into dev Jul 1, 2024
10 checks passed
@nilo-ms nilo-ms deleted the danilo/base-e2e-tests branch September 11, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native-auth Code related to native authentication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants