-
This is a tracking issue for offering a migration solution for
`--incompatible_disable_deprecated_attr_params`
This flag would turn down a number of deprecated APIs pertaining to attr. For example…
-
Is there any way to use rules_webtesting with Protractor or something similar for testing Angular applications?
-
Bazel CI is failing for rules_webtesting. The error message isn't clear, but I also see a failure running locally with the latest Bazel release
[rules_webtesting.log](https://github.com/bazelbuild/ru…
katre updated
5 years ago
-
This is go version 1.8.3 on MacOS 10.12.5.
While debugging a problem with https://github.com/bazelbuild/rules_webtesting code, I found that the return value of `os.Hostname` ("iMac", in this case) …
-
After the last update of rules_webtesting in rules_typescript, `ts_web_test_suite` targets that test against the `@io_bazel_rules_webtesting//browsers:firefox-local` browser fail with `Cannot find mod…
-
I am getting
20:36:13.640:ERROR [launcher]: Cannot start ChromeHeadless
/Users/chlove/.cache/bazel/_bazel_chlove/d2cf91f570d86c1699adc2085f7e4aeb/sandbox/processwrapper-sandbox/3/execroot/gke_baz…
-
In rules_typescript we are working to make Bazel work better for a broad user base of Angular developers. One major problem with the first-time user experience is a very large download of the Go SDK.
…
-
Currently, our test data for e2e tests only contains one branch and one build with meaningful data. This does not allow testing of
- the virtual "Last Successful Builds" build (implemented in #248)
- …
-
A backward-incompatible change in Bazel appears to have broken the build:
```
$ git rev-parse HEAD
95df2543eee901f5ec29bb99f9754f7d59692ae0
$ bazel-0.20.0-linux-x86_64 build //... 2>&1 | cat
IN…
-
I was looking through your code and niticed [this utility](https://github.com/bazelbuild/rules_webtesting/blob/master/go/bazel/bazel.go). I am interested in having access to this in my own code. That …