github web-platform-tests/wpt merge_pr_47992

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
3 months ago

Add an empyt pytest.ini file for webdriver tests

pytest will look for pytest.ini file to determine the value for rootdir.
With this file added, pytest will always set rootdir to webdriver/tests.

Webdriver tests currently fail on the Android WPT builder[1]. The reason
is that rootdir is set to some subdirectory of webdriver/tests, e.g.
/tmp/wpt/webdriver/tests/classic/navigate_to, and that caused fixtures
inside the support directory can not be found.

[1] https://ci.chromium.org/ui/p/chromium/builders/ci/android-chrome-pie-x86-wpt-fyi-rel

Bug: 364109563
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Change-Id: I7adf0ef64cb591f60c21259701ba58ee736f4997
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5838000
Reviewed-by: Alex Rudenko alexrudenko@chromium.org
Commit-Queue: Alex Rudenko alexrudenko@chromium.org
Cr-Commit-Position: refs/heads/main@{#1351242}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.