-
Hey guys, just a quick question. Curious on running Karma: is `@bazel/karma` still the recommendation? Or will there be a `rules_karma` at some point?
-
Steps to reproduce:
1. Get latest tfjs resource code.
2. cd tfjs-backend-webgl
3. yarn && yarn test
Below error will be reported
```
iBazel [3:14PM]: Running :tfjs-backend-webgl2_test
Loading:…
qjia7 updated
2 years ago
-
### What are you trying to do?
I've switched to an m1Max MacBook Pro as my main device now.
I've got Bazel 4.2.1 installed locally, but the build seems to be trying to install Bazel 4.0.0 and fa…
-
# Apple M1 Mac (Darwin arm64) support for local development
### Description
Currently, `rules_nodejs` fails to build with Apple M1 Macs (Darwin arm64). This issue is to track updates to rules_no…
-
### Description
Using browser `@io_bazel_rules_webtesting//browsers:chromium-local`. I'm getting the following error on my new M1 PRO macbook pro.
It seems it's caused by chromium framework execut…
-
# 🐞 bug report
### Description
Hello,
We are using angular cli version "8.0.0-rc.3" and we tried to run `ng test` using bazel inside docker environment.
On the local machine with ubuntu OS it…
-
The last chromium version is 91, but bazel still uses 76
https://github.com/bazelbuild/rules_webtesting/blob/34c659ab3e78f41ebe6453bee6201a69aef90f56/web/versioned/browsers-0.3.2.bzl#L66
I'm get…
-
# 🐞 bug report
### Affected Package
The issue is caused by package @angular/bazel
### Is this a regression?
No
### Description
When starting a new project with the Bazel schematic,…
-
Hi,
I'm using this rule - ts_web_test_suite to run angular unit test cases with bazel.
ts_web_test_suite(
name = "unit_test",
tags = ["native", "no-bazelci"],
srcs = [
# We…
-
## 🐛 Bug Report
Netty at random times gets a read timeout at. This happens at different selenium commands ( for example: WebDriver.switchTo().defaultContent, WebElement.click, WebDriver.switchTo().…