aspect-build / bazel-examples

Bazel examples
https://aspect.build
Apache License 2.0
103 stars 64 forks source link

Angular example relies on Chrome being installed on the system #63

Open mattem opened 2 years ago

mattem commented 2 years ago

The Angular tests are expecting CHROME_BIN being set, see test logs from CI

cgrindel commented 1 year ago

@mattem Are we just looking to remove the dependency on Chrome with something else or do we need to rewrite the example?

alexeagle commented 1 year ago

@gregmagolan what do you want to do with this one? We keep talking about writing our own toolchain for browsers to replace rules_webtesting, is that on the roadmap or should we just mark this Working as Intended?

gregmagolan commented 1 year ago

Yes, we want to write our own browser toolchain at some point but we have no immediate plans to do it