sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30562
Re: [Question #261964]: How to get programmatically the results
Question #261964 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261964
Status: Open => Answered
RaiMan proposed the following answer:
Whatever you do, if you want testcase result output, you have to set up
your scripts as test cases according to the Python unittest feature (for
SikuliX which uses Jython it must be language level 2.7).
Depending on the test runner you use, you might get different output to
parse afterwards.
This is why I directed you to the above mentioned faq.
For the possibilities abound logging in general:
http://sikulix-2014.readthedocs.org/en/latest/scripting.html#writing-and-redirecting-log-and-debug-messages
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.