rules_webtesting
rules_webtesting copied to clipboard
Bazel rules to allow testing against a browser with WebDriver.
I've an Angular app closly modeled after the [example](https://github.com/bazelbuild/rules_nodejs/tree/stable/examples/angular) in `rules_nodejs` that uses `rules_webtesting` for unit tests. Everything works fine locally, with Firefox and Chrome enabled. When I run the...
See enclosed commits - fixes an issue with Scala dependencies, and introduces Kotlin support via the same route as Scala.
Hi. I have a custom Docker image that I use to test my projects. Some of my tests use these web testing rules, and I'm having trouble running them in...
The current debugging story of `rules_webtesting` is a bit lacking, as there seems to be no out-of-the-box tooling or suggestions for helping users debug their tests. Debugging is a critical...
The `rules_webtesting` workspace currently supports several different languages, but one place it is lacking is JavaScript / TypeScript. Since these are the required languages for working with browsers, many developers...
How would one accomplish this? Obviously JUnit/regular Java tests can already do this, and my goal is instrumenting my server-side code through `rules_webtesting`'s Java rules. Would love to contribute upstream...
It seems you need to run tools/releaser.sh every time you do a release. Issues: - this is undocumented - the file doesn't have executable permissions - when I add execution...
Building the depsets recursively blows up eventually.
I have tried many options. PR https://github.com/bazelbuild/rules_webtesting/pull/411 and https://github.com/bazelbuild/rules_webtesting/pull/412 fix the issue with test cases.