Run jasmine tests with karma_web_test and karma_web_test_suite
I noticed there were karma_web_test and karma_web_test_suite used in some repos but they seem to be deprecated. What is the recommended way to run jasmine tests using karma test runner with web interactions in bzlmod? Thanks
Maybe @devversion can give some updated guidance, my sense is Karma is pretty dead.
We're using Web Test Runner via https://github.com/devversion/rules_browsers with Puppeteer, but it's also not super great— but at least allows us to stay on the Jasmine test runner (which simply runs in the browser then)
Does this offer support with web interactions?
@mollyibot depends on which interactions you need. This ruleset is mostly for our Angular needs, but it supports WTR (as Karma replacement) + there is a rule for Protractor testing. Easy to build a selenium-webdriver rule on top of that.
@kevinoconnor7 @gkdn, how about this approach?