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
Web Authn currently has Web Driver means to add a credential, which we could potentially leverage to test this... however, it would put a reliance on the Web Authn spec.
We should maybe consider a simple TestCredential that inherits from BasicCredential (only available "in automation") that we can use for testing Cred Man... thought that would require a virtual "test credentials" store, etc. That might be ok though if it seems worth the effort.
The text was updated successfully, but these errors were encountered:
Web Authn currently has Web Driver means to add a credential, which we could potentially leverage to test this... however, it would put a reliance on the Web Authn spec.
We should maybe consider a simple
TestCredential
that inherits fromBasicCredential
(only available "in automation") that we can use for testing Cred Man... thought that would require a virtual "test credentials" store, etc. That might be ok though if it seems worth the effort.The text was updated successfully, but these errors were encountered: