Re: Jenkins is throwing exception error for robot sikuli script

2019-02-14 Thread Mark Waite
Since SIkuli is a screen capture and replay based testing framework, it needs access to the Windows desktop. Running as a Windows service does not give access to the Windows desktop by default. I suggest that you should configure a dedicated Windows machine that is logged into the Desktop

Jenkins is throwing exception error for robot sikuli script

2019-02-14 Thread Sayali Waghmare
Hi, I have a robot sikuli script when run from terminal it just runs fine. When executed from jenkins as a job it is throwing a exception as om.github.rainmanwy.robotframework.sikulilib.exceptions.TimeoutException: Timeout happend, could not find P(signin.PNG) S: 0.7. Jenkins is installed as