Xvfb, Jenkins, Selenium tests - Capture Screenshots of all pages
问题 I'm trying to find some clues on the following issues and not able to find good help online. I'm running Xvfb (X virtual frame buffer), firefox on a Linux machine in headless mode. Xvfb main service is up and running and DISPLAY variable is set. /usr/bin/Xvfb :99 -ac -screen 0 1600x1200x16 I have some automated selenium based tests which I'm running using Gradle ( gradle test ). They run successfully and in Jenkins I'm able to get this working using Xvfb plugin. JUnit post publish report