bazelbuild / rules_webtesting

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

Are web/versioned/browsers-*.bzl files supposed to change? #386

Closed uri-canva closed 5 years ago

uri-canva commented 5 years ago

According to the readme:

You can use the predefined browsers in @io_bazel_rules_webtesting//browsers by adding (note we keep versioned browser definitions here, so users can separate updating browser versions from updating the version of rules_webtesting they use):

However web/versioned/browsers-0.3.2.bzl was changed in https://github.com/bazelbuild/rules_webtesting/pull/368. Is that intentional (possibly because the version wasn't released)? If so, the wording in the readme should be made clearer.

DrMarcII commented 5 years ago

Until a version is released, the corresponding versions/browser-0.3.2.bzl file can change. I will update the readme.