Reputation: 11
I am trying to run some automated tests for desktop apps. The code is written in Robot Framework and Sikuli. If I run them from command line, it is okay, but when I try it from Jenkins it is not.
Here is how I try to build in Jenkins
Here is the simple code:
Help
[Tags] help
Capture Screen
Click input_id
As you see it could not see my screen. What should I do to let the "Jenkins process" see my screen?
Upvotes: 0
Views: 255
Reputation: 11
The issue was, that I installed Jenkins as a Windows service. After I installed via the jenkins.war file, it works.
Upvotes: 1