Bug 182769
Summary: | [WebAuthN] Improve testing configuration of WebAuthN | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jiewen Tan <jiewen_tan> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | alex.gaynor, jiewen_tan, jonathan, jschoi |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 191529, 191531, 205839, 189283, 189877, 191530, 202560, 202565, 231242 | ||
Bug Blocks: | 181943 |
Jiewen Tan
Figure out a way to auto-test platform specific procedures in WebCredentialsMessengerProxy. Currently only MockWebCredentialsMessenger is crafted to test things within WebProcess. However, there is nothing out there to test the UIProcess corresponding parts.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jiewen Tan
1. We will have to convert unit tests of LocalAuthenticator into proper API tests such that message parameters encoding and decoding between WebProcess and UIProcess can be properly tested as well.
Jiewen Tan
(In reply to Jiewen Tan from comment #0)
> Figure out a way to auto-test platform specific procedures in
> WebCredentialsMessengerProxy. Currently only MockWebCredentialsMessenger is
> crafted to test things within WebProcess. However, there is nothing out
> there to test the UIProcess corresponding parts.
UIProcess parts are partially covered by unit tests now
Jiewen Tan
2. Needs manual tests for every step to determine if there is more prompt for user consent after the first one.
Jiewen Tan
3. It might be good to import test cases from Chrome/Firefox as well.
Jiewen Tan
We should also try to improve numbers in:
https://w3c.github.io/test-results/webauthn/all.html.
Jiewen Tan
We should probably gather all API tests into a single place.
Jiewen Tan
We should visit the WebDriver virtual authenticator extension as well.