bazelbuild / rules_webtesting

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

Remove browser_overrides #469

Closed comius closed 1 year ago

comius commented 1 year ago

The browser_overrides is passed (with None value) to web_test rule, that doesn't define such an attribute.

Example failure: https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1645#018a8918-aeef-43fa-b0d6-f04d3204ef86 Addresses: https://github.com/bazelbuild/bazel/issues/19403