I have a maven project setup to run my JUnit tests. I am utilizing Sikuli to click on certain images on the screen. When executing my test using the "mvn test" command in a terminal or through Eclipse it will work.
I now have to integrate these tests in Jenkins which I assumed would be straight forward; however, this is not the case. After creating a job in Jenkins I executed the "mvn test" command to run my tests and maven does run the test but the test will always fail because Sikuli cannot find the image on the screen. The Sikuli error message is
\Jenkins\workspace\Smoke_Test_Suite\Console\src\main\java\resources\main-widget\calc.PNG: (229x325) in R[0,0 1024x768]@S(0)
Has anyone ran into this issue with Sikuli and Jenkins. If so, how can one resolve this problem?