[Webkit-unassigned] [Bug 189283] New: [WebAuthN] Polish WebAuthN test environment
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 4 16:31:58 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189283
Bug ID: 189283
Summary: [WebAuthN] Polish WebAuthN test environment
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jiewen_tan at apple.com
Currently, tests of WebAuthN spread in three places:
1) LayoutTests/http/tests/webauthn/
2) LayoutTests/http/tests/wpt/webauthn/
3) TestWebKitAPI/Tests/ios/LocalAuthenticator.mm
It will be great to have them all in LayoutTests/http/tests/wpt/webauthn/. This could be achieved by:
1) making tests under LayoutTests/http/tests/webauthn/ become wpt async tests.
2) mocking transport layer abstraction, says HIDService, and providing necessary test configuration functions in testRunner.idl such that layout tests could then directly manipulate the most underlying layer of WebAuthN to have test behaviors/results they expected.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180904/cc74641f/attachment.html>
More information about the webkit-unassigned
mailing list