After getting the source code, I can type the following:
$ ./go //java/server/test/org/openqa/selenium:server-with-tests:run
...
Preparing: //java/client/src/org/openqa/selenium/firefox:amd64 as build/java/client/src/org/openqa/selenium/firefox/amd64
Preparing: //java/client/src/org/openqa/selenium/firefox:x86 as build/java/client/src/org/openqa/selenium/firefox/x86
Running: //java/server/test/org/openqa/selenium:server-with-tests
Which is trying to use Firefox to run these tests.
How can I limit this test to use htmlunit only?
What I'm really trying to do: Run the tests from java/server/test/org/openqa/selenium/tests using htmlunit
If that's possible.
Thanks JSA