bazel-eclipse icon indicating copy to clipboard operation
bazel-eclipse copied to clipboard

Add support for launching Selenium tests: java_web_test_suite in BEF

Open plaird opened this issue 5 years ago • 1 comments

As a BEF user I would like to create a Bazel target launcher for my java_web_test_suite tests (Selenium) Such that I can launch the test from Eclipse Such that I can debug the test from Eclipse

plaird avatar Dec 30 '19 22:12 plaird

A partial solution was merge, but BEF doesn't support Selenium in any real way yet.

The BEF Aspect does not recognize the selenium java target and would take some significant work to update it. So currently you cannot launch a Selenium target from BEF (i.e. to debug a Selenium test). Instead of updating the Aspect, I think we wait for #29 to reimplement the classpath container using Bazel query instead of the Aspect.

plaird avatar Dec 31 '19 18:12 plaird