Re: GUI testing on a linux slave

2013-09-05 Thread Trystan Louboutin
Normally this is done by the Xvnc plugin: "The $DISPLAY environment variable is set for the build by the plugin." ( https://wiki.jenkins-ci.org/display/JENKINS/Xvnc+Plugin) thank you anyway 2013/9/4 Richard Lavoie > Did you set the environment variable DISPLAY to redirect the display of > your

Re: GUI testing on a linux slave

2013-09-04 Thread Richard Lavoie
Did you set the environment variable DISPLAY to redirect the display of your UI application to the VNC and/or XVFB display ? On Wed, Sep 4, 2013 at 12:44 PM, Trystan L. wrote: > Hi, > > I use a master to build and test on two slaves: > >- Linux slave launched via ssh >- Win7 as a window

GUI testing on a linux slave

2013-09-04 Thread Trystan L.
Hi, I use a master to build and test on two slaves: - Linux slave launched via ssh - Win7 as a windows service I am performing some UI tests on both, no problem on Win7 slave but it fails on linux one. I tried vnc plugin and start a session before the build but nothing better, idem wit