w3c / webappsec-credential-management

WebAppSec Credential Management
https://w3c.github.io/webappsec-credential-management/
Other
50 stars 38 forks source link

Add test for calling non-fully-active .store() / add automation? #251

Open marcoscaceres opened 3 months ago

marcoscaceres commented 3 months ago

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.