bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
96 stars 56 forks source link

webtest are failing with Bazel@HEAD #471

Closed sgowroji closed 10 months ago

sgowroji commented 10 months ago

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3459#018bcb95-3b03-419a-af14-495040eb1923

Platform : MacOS, Windows, Ubuntu

Logs:

FAIL: //go/wtl/proxy/driverhub/scripttimeout:go_default_test_chrome-win10-connect
//testing/web:webtest_test_chrome-win10
//go/wtl/proxy/driverhub/scripttimeout:go_default_test_chrome-win10
//go/webdriver:go_default_test_chrome-win10                              FAILED

Steps:

git clone https://github.com/bazelbuild/rules_webtesting.git 
git reset 9e9361ba887a3b687f537c02409b690b62fecdfe --hard
export USE_BAZEL_VERSION=dfcb9efc255535103d75981536112df3fd1993db
bazel test --build_tag_filters=-no_bazel_downstream --test_tag_filters=-no_bazel_downstream -- //...

CC Greenteam @SalmaSamy