You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an Android app with a login feature that utilizes passkeys. I would like to write automated tests for this part of the app where the Google Password Manager shows up.
Here is the flow I want to test:
1- Click on "Login with Passkeys".
2- The Google Password Manager shows up.
3- Mock the response from the Google Password Manager with success.
4- User lands on the next screen.
I am looking for guidance on how to achieve this. Specifically, how can I mock the response from the Google Password Manager in my automated tests?
The text was updated successfully, but these errors were encountered:
I am developing an Android app with a login feature that utilizes passkeys. I would like to write automated tests for this part of the app where the Google Password Manager shows up.
Here is the flow I want to test:
1- Click on "Login with Passkeys".
2- The Google Password Manager shows up.
3- Mock the response from the Google Password Manager with success.
4- User lands on the next screen.
I am looking for guidance on how to achieve this. Specifically, how can I mock the response from the Google Password Manager in my automated tests?
The text was updated successfully, but these errors were encountered: