rules_nodejs icon indicating copy to clipboard operation
rules_nodejs copied to clipboard

reduce dependence on browser tests

Open alexeagle opened this issue 4 years ago • 1 comments

For the most part, we don't really care about having a real browser for our integration tests. domino DOM is good enough to test our bundles in nodejs. I tried this out in the new kotlin example https://github.com/bazelbuild/rules_nodejs/pull/1057/files#diff-4716ec1aafc58bef461bb32d4349afe3 and it works great.

Should make our tests faster.

alexeagle avatar Aug 27 '19 02:08 alexeagle