Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[webdriver-bidi] Add tests for browsingContext.locateNodes #42565

Merged

Merge branch 'master' into webdriver-bidi-locate-nodes

00e6257
Select commit
Loading
Failed to load commit list.
Merged

[webdriver-bidi] Add tests for browsingContext.locateNodes #42565

Merge branch 'master' into webdriver-bidi-locate-nodes
00e6257
Select commit
Loading
Failed to load commit list.
Community-TC Integration / resources/ tests (Python 3.7) succeeded Nov 28, 2023 in 5m 17s

Community-TC (pull_request)

Tests for testharness.js and other files in resources/ under Python 3.7

Details

View task in Taskcluster
View logs in Taskcluster


Failed to read: session.screen0.windowPlacement
Setting default value
Failed to read: session.screen0.slit.acceptKdeDockapps
Setting default value
Failed to read: session.screen0.slit.autoHide
Setting default value
Failed to read: session.screen0.slit.maxOver
Setting default value
Failed to read: session.screen0.slit.placement
Setting default value
Failed to read: session.screen0.slit.alpha
Setting default value
Failed to read: session.screen0.slit.onhead
Setting default value
Failed to read: session.screen0.slit.layer
Setting default value
Failed to read: session.screen0.toolbar.autoHide
Setting default value
Failed to read: session.screen0.toolbar.maxOver
Setting default value
Failed to read: session.screen0.toolbar.visible
Setting default value
Failed to read: session.screen0.toolbar.alpha
Setting default value
Failed to read: session.screen0.toolbar.layer
Setting default value
Failed to read: session.screen0.toolbar.onhead
Setting default value
Failed to read: session.screen0.toolbar.placement
Setting default value
Failed to read: session.screen0.toolbar.height
Setting default value
Failed to read: session.screen0.iconbar.mode
Setting default value
Failed to read: session.screen0.iconbar.alignment
Setting default value
Failed to read: session.screen0.iconbar.iconWidth
Setting default value
Failed to read: session.screen0.iconbar.iconTextPadding
Setting default value
Failed to read: session.screen0.iconbar.usePixmap
Setting default value
INFO:install:Now installing firefox browser...
INFO:install:Downloading Firefox from https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US
INFO:install:Binary installed as /home/test/browsers/nightly/firefox/firefox
+ ./wpt install firefox webdriver --destination /home/test/firefox
INFO:install:Now installing firefox webdriver...
INFO:install:Attempting to install webdriver from nightly
INFO:install:Extracted geckodriver to /home/test/firefox/geckodriver
INFO:install:Installed b'geckodriver 0.33.0 (f371dd435ba9 2023-11-23 19:14 +0200)'
INFO:install:Binary installed as /home/test/firefox/geckodriver
+ export PATH=/home/test/firefox:/home/test/bin:/home/test/bin:/home/test/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/home/test/firefox:/home/test/bin:/home/test/bin:/home/test/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cd /home/test/web-platform-tests/tools/ci/../../resources/test
+ tox -- --binary=/home/test/browsers/nightly/firefox/firefox
py37: install_deps> python -I -m pip install -r /home/test/web-platform-tests/resources/test/../../tools/requirements_pytest.txt -r /home/test/web-platform-tests/resources/test/requirements.txt
py37: commands[0]> pytest -vv --binary=/home/test/browsers/nightly/firefox/firefox
1701169719318	geckodriver	INFO	Listening on 127.0.0.1:4444

[2023-11-28 11:08:40,154 None on port 35257] INFO - Starting http server on http://web-platform.test:35257

[2023-11-28 11:08:41,554 None on port 35257] INFO - Stopped http server on web-platform.test:35257

[2023-11-28 11:08:42,893 http on port 52379] INFO - Starting http server on http://web-platform.test:52379

[2023-11-28 11:08:42,894 https-public on port 46641] INFO - Starting https server on https://web-platform.test:46641

[2023-11-28 11:08:42,916 https on port 8443] INFO - Starting https server on https://web-platform.test:8443

[2023-11-28 11:08:42,928 http-public on port 40335] INFO - Starting http server on http://web-platform.test:40335

[2023-11-28 11:08:42,982 http-private on port 50639] INFO - Starting http server on http://web-platform.test:50639

[2023-11-28 11:08:43,000 https-private on port 51177] INFO - Starting https server on https://web-platform.test:51177

[2023-11-28 11:08:43,006 http on port 8000] INFO - Starting http server on http://web-platform.test:8000

[2023-11-28 11:08:43,026 https on port 8444] INFO - Starting https server on https://web-platform.test:8444

[2023-11-28 11:08:43,039 h2 on port 9000] INFO - Starting http2 server on https://web-platform.test:9000

[2023-11-28 11:08:43,282 wss on port 58819] INFO - Create socket on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 58819))

[2023-11-28 11:08:43,284 wss on port 58819] INFO - Bind on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 58819))

[2023-11-28 11:08:43,284 wss on port 58819] INFO - Listen on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 58819))

[2023-11-28 11:08:43,329 ws on port 40853] INFO - Create socket on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 40853))

[2023-11-28 11:08:43,330 ws on port 40853] INFO - Bind on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 40853))

[2023-11-28 11:08:43,330 ws on port 40853] INFO - Listen on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 40853))

============================= test session starts ==============================

platform linux -- Python 3.7.17, pytest-7.4.2, pluggy-1.2.0 -- /home/test/web-platform-tests/resources/test/.tox/py37/bin/python

cachedir: .tox/py37/.pytest_cache

hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/test/web-platform-tests/resources/test/.hypothesis/examples')

rootdir: /home/test/web-platform-tests/resources/test

plugins: cov-4.1.0, hypothesis-6.78.2

collecting ... 
collected 88 items                                                             



::Test#get_signal <- tests/functional/abortsignal.html 1701169727376	mozrunner::runner	INFO	Running command: MOZ_CRASHREPORTER="1" MOZ_CRASHREPORTER_NO_REPORT="1" MOZ_CRASHREPORTER_SHUTDOWN="1" MOZ_NO_REMOTE="1" "/home/test/browsers/nightly/firefox/firefox" "--marionette" "-no-remote" "-profile" "/tmp/rust_mozprofileZqUHvl"

[GFX1-]: glxtest: libpci missingDRI_DRIVER

1701169727835	Marionette	INFO	Marionette enabled

1701169727900	RemoteAgent	WARN	PollPromise timed out after 5000 ms

1701169727902	Marionette	INFO	Listening on port 45521

Read port: 45521

1701169728077	RemoteAgent	WARN	TLS certificate errors will be ignored for this session

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

Failed to read: session.screen0.titlebar.left
Setting default value
Failed to read: session.screen0.titlebar.right
Setting default value
console.error: ({})

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 406))

PASSED            [  1%]

::Test#add_cleanup <- tests/functional/add_cleanup.html PASSED           [  2%]

::Test#add_cleanup with Promise-returning functions <- tests/functional/add_cleanup_async.html PASSED [  3%]

::Test#add_cleanup with non-thenable-returning function <- tests/functional/add_cleanup_async_bad_return.html PASSED [  4%]

::Test#add_cleanup with Promise-returning functions (rejection handling) <- tests/functional/add_cleanup_async_rejection.html PASSED [  5%]

::Test#add_cleanup with Promise-returning functions (rejection handling following "load" event) <- tests/functional/add_cleanup_async_rejection_after_load.html PASSED [  6%]

::Test#add_cleanup with Promise-returning functions (timeout handling) <- tests/functional/add_cleanup_async_timeout.html PASSED [  7%]

::Test#add_cleanup with value-returning function <- tests/functional/add_cleanup_bad_return.html PASSED [  9%]

::Test#add_cleanup reported count <- tests/functional/add_cleanup_count.html PASSED [ 10%]

::Test#add_cleanup: error <- tests/functional/add_cleanup_err.html PASSED [ 11%]

::Test#add_cleanup: multiple functions with one in error <- tests/functional/add_cleanup_err_multi.html PASSED [ 12%]

::Test#add_cleanup: queuing tests <- tests/functional/add_cleanup_sync_queue.html PASSED [ 13%]

::Sample HTML5 API Tests <- tests/functional/api-tests-1.html PASSED     [ 14%]

::Sample HTML5 API Tests <- tests/functional/api-tests-2.html PASSED     [ 14%]

::Sample HTML5 API Tests <- tests/functional/api-tests-3.html PASSED     [ 14%]

::assert_array_equals <- tests/functional/assert-array-equals.html PASSED [ 15%]

::assert_throws_dom <- tests/functional/assert-throws-dom.html PASSED    [ 17%]

::Test#force_timeout <- tests/functional/force_timeout.html PASSED       [ 18%]

::Sample for using generate_tests to create a series of tests that share the same callback. <- tests/functional/generate-callback.html PASSED [ 19%]

::Example with iframe that notifies containing document via callbacks <- tests/functional/iframe-callback.html PASSED [ 20%]

JavaScript error: https://web-platform.test:8443/resources/test/tests/functional/uncaught-exception-handle.html, line 13: Error: Example Error

::Example with iframe that consolidates errors via fetch_tests_from_window <- tests/functional/iframe-consolidate-errors.html 1701169758484	addons.xpi	ERROR	System addon update list error SyntaxError: XMLHttpRequest.open: 'http://%(server)s/dummy-system-addons.xml' is not a valid URL.

console.error: (new Error("Polling for changes failed: Unexpected content-type \"text/plain;charset=US-ASCII\".", "resource://services-settings/remote-settings.sys.mjs", 324))

PASSED [ 21%]

::Example with iframe that consolidates tests via fetch_tests_from_window <- tests/functional/iframe-consolidate-tests.html PASSED [ 22%]

::Example with iframe that notifies containing document via cross document messaging <- tests/functional/iframe-msg.html PASSED [ 23%]

::Log insertion <- tests/functional/log-insertion.html PASSED            [ 25%]

::Tests with no title <- tests/functional/no-title.html PASSED           [ 26%]

::Ordering <- tests/functional/order.html PASSED                         [ 27%]

::Async Tests and Promises <- tests/functional/promise-async.html PASSED [ 28%]

::Promise Tests and Synchronous Tests <- tests/functional/promise-with-sync.html PASSED [ 29%]

::Promise Tests <- tests/functional/promise.html PASSED                  [ 30%]

::Test queuing synchronous tests <- tests/functional/queue.html PASSED   [ 31%]

::Setup function in a service worker <- tests/functional/setup-worker-service.html PASSED [ 32%]

JavaScript error: https://web-platform.test:8443/resources/testharness.js, line 1452: uncaught exception: Error: assert_true: expected true got false

::Example with file_is_test (should fail) <- tests/functional/single-page-test-fail.html PASSED [ 34%]

::Example single page test with no asserts <- tests/functional/single-page-test-no-assertions.html PASSED [ 35%]

::Example single page test with no body <- tests/functional/single-page-test-no-body.html PASSED [ 36%]

::Example with file_is_test <- tests/functional/single-page-test-pass.html PASSED [ 37%]

::Tests for step_wait <- tests/functional/step_wait.html PASSED          [ 38%]

::Tests for step_wait_func and step_wait_func_done <- tests/functional/step_wait_func.html PASSED [ 39%]

::testharness.js - task scheduling <- tests/functional/task-scheduling-promise-test.html PASSED [ 40%]

::testharness.js - task scheduling <- tests/functional/task-scheduling-test.html PASSED [ 40%]

JavaScript error: https://web-platform.test:8443/resources/test/tests/functional/uncaught-exception-handle.html, line 13: Error: Example Error

::Harness Handling Uncaught Exception <- tests/functional/uncaught-exception-handle.html PASSED [ 42%]

JavaScript error: https://web-platform.test:8443/resources/test/tests/functional/uncaught-exception-ignore.html, line 15: Error: Example Error

::Harness Ignoring Uncaught Exception <- tests/functional/uncaught-exception-ignore.html PASSED [ 43%]

::Dedicated Worker Tests - Allowed Uncaught Exception <- tests/functional/worker-dedicated-uncaught-allow.html PASSED [ 44%]

::Dedicated Worker Tests - Uncaught Exception in Single-Page Test <- tests/functional/worker-dedicated-uncaught-single.html PASSED [ 45%]

::Dedicated Worker Tests <- tests/functional/worker-dedicated.sub.html PASSED [ 46%]

::Example with a service worker <- tests/functional/worker-service.html PASSED [ 47%]

::Example with a shared worker <- tests/functional/worker-shared.html PASSED [ 48%]

::idlharness: Partial dictionary <- tests/functional/idlharness/IdlDictionary/test_partial_interface_of.html PASSED [ 50%]

::idlharness: Exposed=* <- tests/functional/idlharness/IdlInterface/test_exposed_wildcard.html PASSED [ 51%]

::idlharness: Immutable prototypes <- tests/functional/idlharness/IdlInterface/test_immutable_prototype.html PASSED [ 52%]

::idlharness: interface mixins <- tests/functional/idlharness/IdlInterface/test_interface_mixin.html PASSED [ 53%]

::idlharness: Partial interface <- tests/functional/idlharness/IdlInterface/test_partial_interface_of.html PASSED [ 54%]

::idlharness: Primary interface <- tests/functional/idlharness/IdlInterface/test_primary_interface_of.html PASSED [ 55%]

::IdlInterface.prototype.test_to_json_operation() <- tests/functional/idlharness/IdlInterface/test_to_json_operation.html PASSED [ 56%]

::idlharness: namespace attribute <- tests/functional/idlharness/IdlNamespace/test_attribute.html PASSED [ 57%]

::idlharness: namespace operation <- tests/functional/idlharness/IdlNamespace/test_operation.html PASSED [ 59%]

::idlharness: Partial namespace <- tests/functional/idlharness/IdlNamespace/test_partial_namespace.html PASSED [ 60%]

::assert_implements unittests <- tests/unit/assert_implements.html PASSED [ 61%]

::assert_implements_optional unittests <- tests/unit/assert_implements_optional.html PASSED [ 62%]

::Assertion functions <- tests/unit/assert_object_equals.html PASSED     [ 63%]

::Restrictions on return value from `async_test` <- tests/unit/async-test-return-restrictions.html PASSED [ 64%]

::idlharness basic <- tests/unit/basic.html PASSED                       [ 65%]

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases-timeouts.html, line 15: Error: this error is expected

::Exceptional cases - timeouts <- tests/unit/exceptional-cases-timeouts.html JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases-timeouts.html, line 15: Error: this error is expected

PASSED [ 67%]

::Exceptional cases <- tests/unit/exceptional-cases.html JavaScript error: https://web-platform.test:8443/resources/testharness.js?0.4421771391533228, line 1452: uncaught exception: Error: assert_false: expected false got true

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 11: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 13: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 16: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 17: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 11: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 11: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 11: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 13: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 19: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 14: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 14: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 14: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/exceptional-cases.html, line 14: Error: this error is expected

PASSED          [ 68%]

::format_value utility function <- tests/unit/format-value.html PASSED   [ 69%]

::Test declared after harness completion <- tests/unit/late-test.html PASSED [ 70%]

::promise_setup - timeout <- tests/unit/promise_setup-timeout.html PASSED [ 71%]

::promise_setup <- tests/unit/promise_setup.html JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/promise_setup.html, line 15: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/promise_setup.html, line 18: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/promise_setup.html, line 20: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/promise_setup.html, line 17: Error: this error is expected

PASSED                  [ 72%]

::single_test <- tests/unit/single_test.html JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/single_test.html, line 13: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/test/tests/unit/single_test.html, line 13: Error: this error is expected

JavaScript error: https://web-platform.test:8443/resources/testharness.js?0.685830351679835, line 2454: Error: Tried to create a test with file_is_test

JavaScript error: https://web-platform.test:8443/resources/testharness.js?0.1695755545291544, line 2454: Error: Tried to create a test with file_is_test

JavaScript error: https://web-platform.test:8443/resources/testharness.js?0.5087107831322103, line 2454: Error: Tried to create a test with file_is_test

PASSED                      [ 73%]

::Restrictions on return value from `test` <- tests/unit/test-return-restrictions.html PASSED [ 75%]

::Test the methods that make assertions about exceptions <- tests/unit/throwing-assertions.html PASSED [ 76%]

::Restrictions on return value from `test` <- tests/unit/unpaired-surrogates.html PASSED [ 76%]

::IdlArray.prototype.is_json_type() <- tests/unit/IdlArray/is_json_type.html PASSED [ 77%]

::IdlDictionary.prototype.get_reverse_inheritance_stack() <- tests/unit/IdlDictionary/get_reverse_inheritance_stack.html PASSED [ 78%]

::idlharness: partial dictionaries <- tests/unit/IdlDictionary/test_partial_dictionary.html PASSED [ 79%]

::IdlInterface.prototype.constructors() <- tests/unit/IdlInterface/constructors.html PASSED [ 80%]

::IdlDictionary.prototype.default_to_json_operation() <- tests/unit/IdlInterface/default_to_json_operation.html PASSED [ 81%]

::IdlDictionary.prototype.do_member_unscopable_asserts() <- tests/unit/IdlInterface/do_member_unscopable_asserts.html PASSED [ 82%]

::IdlInterface.prototype.get_interface_object() <- tests/unit/IdlInterface/get_interface_object.html PASSED [ 84%]

::IdlInterface.prototype.get_interface_object_owner() <- tests/unit/IdlInterface/get_interface_object_owner.html PASSED [ 85%]

::IdlInterface.prototype.get_legacy_namespace() <- tests/unit/IdlInterface/get_legacy_namespace.html PASSED [ 86%]

::IdlInterface.prototype.get_qualified_name() <- tests/unit/IdlInterface/get_qualified_name.html PASSED [ 87%]

::IdlInterface.prototype.get_reverse_inheritance_stack() <- tests/unit/IdlInterface/get_reverse_inheritance_stack.html PASSED [ 88%]

::IdlInterface.prototype.has_default_to_json_regular_operation() <- tests/unit/IdlInterface/has_default_to_json_regular_operation.html PASSED [ 89%]

::IdlInterface.prototype.has_to_json_regular_operation() <- tests/unit/IdlInterface/has_to_json_regular_operation.html PASSED [ 90%]

::IdlInterface.prototype.should_have_interface_object() <- tests/unit/IdlInterface/should_have_interface_object.html PASSED [ 92%]

::idlharness test_primary_interface_of_undefined <- tests/unit/IdlInterface/test_primary_interface_of_undefined.html PASSED [ 93%]

::IdlInterfaceMember.prototype.is_to_json_regular_operation() <- tests/unit/IdlInterfaceMember/is_to_json_regular_operation.html PASSED [ 94%]

::IdlInterfaceMember.prototype.toString() <- tests/unit/IdlInterfaceMember/toString.html PASSED [ 95%]



=============================== warnings summary ===============================

.tox/py37/lib/python3.7/site-packages/_pytest/nodes.py:730

  /home/test/web-platform-tests/resources/test/.tox/py37/lib/python3.7/site-packages/_pytest/nodes.py:730: PytestWarning: HTMLItem is an Item subclass and should not be a collector, however its bases Collector are collectors.

  Please split the Collectors and the Item into separate node types.

  Pytest Doc example: https://docs.pytest.org/en/latest/example/nonpython.html

  example pull request on a plugin: https://github.com/asmeurer/pytest-flakes/pull/40/

    PytestWarning,



conftest.py:46: 88 warnings

  /home/test/web-platform-tests/resources/test/conftest.py:46: PytestRemovedIn8Warning: The (fspath: py.path.local) argument to HTMLItem is deprecated. Please use the (path: pathlib.Path) argument instead.

  See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path

    return HTMLItem.from_parent(parent, filename=str(file_path), test_type=test_type)



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 88 passed, 89 warnings in 105.91s (0:01:45) ==================

1701169832420	Marionette	INFO	Stopped listening on port 45521

console.error: ({})

  py37: OK (118.76=setup[4.65]+cmd[114.11] seconds)
  congratulations :) (118.82 seconds)
X connection to :99.0 broken (explicit kill or server shutdown).

[taskcluster 2023-11-28 11:10:33.640Z] === Task Finished ===
[taskcluster 2023-11-28 11:10:33.688Z] Successful task run with exit code: 0 completed in 256.637 seconds