Passkey requires an Authenticator to store and validate the credentials during registration and authentication phase. This requires user-presence and user-verification depending on the Relying Party implementation.
I'm implementing Passkeys for a mobile application and wondering if having automated end to end tests is possible because of the user interaction requirements?
While searching I found that for Selenium, there'svirtual authenticator which we can use for browsers; however, couldn't find anything for native mobile apps.
Is it possible to implement end to test in mobile apps for Passkeys for android or iOS?