bazel-eclipse
bazel-eclipse copied to clipboard
Add support for launching Selenium tests: java_web_test_suite in BEF
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
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.