e.g. if you run tests by executing ant test, you run:
xvfb-run -a ant test
> --
> You received this message because you are subscribed to the Google Groups "webdriver" group.
> To post to this group, send email to webd...@googlegroups.com.
> To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
>
>
What if you refactor so that the tests take an optional arg that
switches the driver instantiation to HtmlUnitDriver?
Bill