-
I have a service that uses puppeteer, and I'm trying to figure out how to correctly build an image and run it with Bazel. The image builds successfully, but I get 'image not found' when trying to run …
-
With the latest rules_webtesting, my Go selenium tests are crashing with errors like
```
session not created: [Go WebDriver Client] (session not created) unable to create session: [Go WebDriver Cl…
-
We have`bazel test tensorboard/...` for python tests, but currently there is no document for `how to execute frontend unit tests`.
e.g. how to execute tests under `tensorboard/plugins/graph/tf_grap…
-
Not sure and haven't tested but it looks like a typo (a space) in condition - must be `macos` instead.
https://github.com/bazelbuild/rules_webtesting/blob/0ee17d358f9a462ac272b19233c1dc1b48d509a0/w…
-
```
(02:07:00) ERROR: /var/lib/buildkite-agent/builds/bk-docker-v5fw/bazel-downstream-projects/rules_jvm_external/examples/scala_akka/BUILD.bazel:68:1: every rule of type scala_test implicitly depend…
-
Since upgrading from bazel 0.13 to 0.18 and from macOS High Sierra to Mojave, my tests using Chrome (well, Chromium) in headless mode through rules_webtesting have started to crash.
It appears to b…
-
Is there a way to have a browser open while actually running the test so it would be easier to debug a failing test? Ideally, the browser would wait for the user to press crtl-c or something before cl…
erzel updated
4 years ago
-
Starting Sauce Connect Proxy is needed for rules_webtesting, but it's flaky on all platform.
Linux: https://buildkite.com/bazel/rules-webtesting-saucelabs/builds/227#123be0b2-fd0f-421b-b44b-6b13433…
-
I'm a newbie at Bazel and everything was working fine until only recently have I come across this problem. Any help would be appreciated.
````
INFO: Repository 'io_bazel_rules_webtesting' used the…
-
Karma test is currently broken due to the latest Chrome browser in rules_webtesting.
While waiting for upstream changes, users can pin the browser versions as done here:
https://github.com/angular/a…