[Webkit-unassigned] [Bug 217223] New: WebDriver: start a https server too for tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 06:11:34 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217223

            Bug ID: 217223
           Summary: WebDriver: start a https server too for tests
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bburg at apple.com
            Blocks: 166679

It's required for some cookie tests:

  imported/w3c/webdriver/tests/get_named_cookie/get.py::test_get_cookie_with_same_site_flag[capabilities0-None]
  imported/w3c/webdriver/tests/get_named_cookie/get.py::test_get_cookie_with_same_site_flag[capabilities0-Lax]
  imported/w3c/webdriver/tests/get_named_cookie/get.py::test_get_cookie_with_same_site_flag[capabilities0-Strict]

    def inner(path, protocol="http", domain="", subdomain="", query="", fragment=""):
        domain = server_config["domains"][domain][subdomain]
>       port = server_config["ports"][protocol][0]
E       KeyError: 'https'


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=166679
[Bug 166679] [GTK][META] WebDriver implementation
-- 
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/20201002/b9c92196/attachment-0001.htm>


More information about the webkit-unassigned mailing list