- Install vnc4server
1
|
|
- Install Xvnc plugin for Jenkins
- Switch to jenkins user and set password for vnc4server
1 2 3 4 |
|
Config Jenkins job to run in headless mode by check “Run Xvnc during build”
Watch the running job
- open any VNC client
- connect to your.server:59xx (xx is the display number output on the Jenkins console for the running job)
- enter the password you set for vnc4server before
This article is based on From Zero to Headless Browser Tests in Jenkins