Are you passing the DISPLAY parameter to your Jenkins job?
I assume you are trying to execute the tests in headless mode, too. So setup some x service (i.e. Xvfb) and pass the DISPLAY number to your job. Worked for me.
Are you passing the DISPLAY parameter to your Jenkins job?
I assume you are trying to execute the tests in headless mode, too. So setup some x service (i.e. Xvfb) and pass the DISPLAY number to your job. Worked for me.