-
Hi.
When I execute:
```
bazel build ...
```
with
```
build --strategy=TypeScriptCompile=worker
```
in my `tools/bazel.rc`, I run into a compilation error that has something to do with the w…
-
While trying to pull in rules_webtesting in a rules_go workspace, I am observing the following error:
```
ERROR: /private/var/tmp/_bazel_i868039/57e3d677600aa8d8d0b899d5e5ef8369/external/org_selen…
-
Error snippet:
```
======================================================================
ERROR: testBrowserProvisioningWithCaps (__main__.BrowserTest)
--------------------------------------------…
-
`WORKSPACE`:
```
http_archive(
name = "io_bazel_rules_webtesting",
url = "https://github.com/bazelbuild/rules_webtesting/archive/v0.2.0.zip",
strip_prefix = "rules_webtesting-0.2.0",
…
-
Trying to run the chromium test will fail under windows, failing to capture ChromeHeadless.
```
kamik@RED-X1C6 MINGW64 /d/work/rules_typescript (webtesting-windows)
$ bazel test //examples/testin…
-
Hi,
I have an issue with the building of the plugin example you explain in your README file.
I have installed Bazel. Bazel version is `0.20.0`, java -version `1.8.0_191`.
When I try to run 'b…
-
I'm getting the following error:
```
ERROR: Failed to load Skylark extension '@bazel_skylib//:lib.bzl'.
It usually happens when the repository is not defined prior to being used.
Maybe repository …
oferb updated
6 years ago
-
bazel-javascript rules are not working with other rules, this probably may be because of the bazel rules that you are using has old release(old tag) and the other bazel rules uses the new release.Here…
-
### Description of the problem / feature request:
The instructions on https://docs.bazel.build/versions/master/install-ubuntu.html specify a list of dependencies to install if you install bazel usi…
-
## `BUILD` ##
```python
package(default_visibility = ["//visibility:public"])
exports_files(["tsconfig.json"])
# NOTE: this will move to node_modules/BUILD in a later release
filegroup(name = "…