Community

Confortable testing with SWTBot

new comment by Denis Golovin View all comments on this document

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.