Jenkins not installing Xvfb in Windows -
i have several selenium ide tests i'm trying run in jenkins (it running on windows server 2012 r2).
i've followed steps described @ running selenium tests in jenkins , issue have jenkins not install xvfb - attempts use "install automatically" option don't seem work (i can click "apply" xvfb won't appear); have been unable find exe anywhere (jenkins asks "directory in find xvfb executable").
is there way install xvfb in windows? know it's easy in linux have use windows.
please check below solution.it worked me in windows 7.
- jenkins configuration 'manage jenkins'- provide name 'default' , did not select 'install automatically' check box.check image 1. manage jenkins settings
- install xvfb plugin manage plugins of manage jenkins - select xvfb plugin available plugins list , click install. plugin download jenkins
- set build environment details in configure window - select 'start xvfb before build, , shut down after.' option under build environment section.after click 'advanced' button. there provide display name offset value 1.
Comments
Post a Comment