-
I just switched over one of my #Bazel projects (#rules_prerender) to use @webdriverio for end-to-end testing. Took a bit of fiddling, but I think the end-result came out pretty well. Would recommend. 👍 github.com/dgp1130/rules_prerender/compare/c2cdea36827d85037b6d11b188f990d8bd23e028...1ac7afbfae93793abf490ff7c2db36fe9d44b3f4
-
This wasn't as well supported on the #rules_webtesting side as I hoped, so I filed an issue for adding a proper
jasmine_web_test_suite()
rule, which would make TS/JS WebDriver-based tests a lot easier. github.com/bazelbuild/rules_webtesting/issues/432 -
I was also able to get these tests easily debuggable via a single Bazel flag, and #rules_webtesting doesn't currently have a great debugging story. So I filed another issue for upstreaming the flag implementation. 👍 if you want to see these implemented. github.com/bazelbuild/rules_webtesting/issues/433