Denis Golovin [
http://community.jboss.org/people/dgolovin] commented on the document
"Confortable testing with SWTBot"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-15111#comment-3094
--------------------------------------------------
You have couple different options to consider for to achieve the same:
1. start vncserver
2. create virtual buffer using Xvfb
After you have created new display just pass display number as local environment variable
in your command line like DISPLAY=:N ${your-command-line-here} and you'll never see
your eclipse workbench window :) But if you need to follow tests for a while or just
check what is going on from time to time you can use vncviewer or xwud for first or second
option accordingly.
--------------------------------------------------