sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48981
Re: [Question #675262]: why jenkins always Finished: SUCCESS even my scripts run fail/error?
Question #675262 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/675262
Status: Open => Answered
RaiMan proposed the following answer:
Jenkins in the standard runs headless, but SikuliX needs a real screen
or at least a fake screen, that behaves like that (like xvfb on linux).
Therefor I doubt, that
doubleClick(Pattern("1538146032908.png").similar(0.81)) works.
Since you you use HTMLTestRunner, the tests always end up with no errors
for the outer world - the problems are reported in the report file in
your case, which is intended.
... and Jenkins says: job done.
To solve things in your Jenkins environment, you have to look into the net for solutions.
This goes far beyond SikuliX questions.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.