On Mon, Feb 3, 2020 at 3:42 PM Gajanan Mahajan
wrote:
> I was having problems running Selenium tests through Jenkins on Open SUSE
> node. I got it working with [Xvfb plugin][1] by installing, configuring
> plugin on Jenkins server and updating pipeline by wrapping Selenium
> execution code with -
I was having problems running Selenium tests through Jenkins on Open SUSE
node. I got it working with [Xvfb plugin][1] by installing, configuring
plugin on Jenkins server and updating pipeline by wrapping Selenium
execution code with -
wrap([$class: 'Xvfb', ]) {
//Selenium execut