bazelbuild / rules_webtesting

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

Upgrade chromium version used in web testing #461

Closed mollyibot closed 1 year ago

mollyibot commented 1 year ago

chromium is used in rules_closure , but this version of 94 is old and cannot support our testing related to wasm. I upgraded the chromium and firefox based on https://github.com/angular/dev-infra/tree/main/bazel/browsers. Note: I did not change WORKSPACE file for the concern of regression.

mtrea commented 1 year ago

I choose the version based on  https://github.com/angular/dev-infra/tree/main/bazel/browsers

we're basically maintaining firefox + chromium and keeping it somewhat up to datehttps://github.com/angular/dev-infra/blob/main/bazel/browsers/chromium/chromium.bzl

mollyibot commented 1 year ago

Yes, that is the file I chose. Thanks