sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19000
Re: [Question #231551]: cannot find images running from Tomcat Jenkins
Question #231551 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/231551
Status: Needs information => Open
twitty gave more information on the question:
if (SCREEN.exists(getImagePath(imageName)) == null) {
LOG.log(Level.WARNING, "Could not find the image: " + imageName);
result = false;
}
Actually, I have a method created like that WARNING is generated by the Logger log. I am trying to figure out why only it happens when running from Jenkins deployed in Tomcat. The images file inside C:/.jenkins/..../test-classes has the read access too.
If I run the local Jenkins, it works fine.
Thanks a lot for the response and answer!!
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.