← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #261964]: How to get programmatically the results

 

Question #261964 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261964

RaiMan posted a new comment:
We seem to have to clear up the scene a little bit:
Looking from your point of view, a SikuliX script in the first place is a bunch of statements written in Python language.
Depending on how you run the stuff, the SikuliX features like find() and click() are available automatically or you have to tell the running interpreter (in case you use SikuliX features, it must be Jython, which  a Java based implementation of the Python language).

So SikuliX does not have any support for a reporting useful for testing frameworks/environments.
You have to add something according to the Python rules or according to the rules of your testing environment (for which some people use RobotFrameWork for example).

A testrunner in the Python environment is a tool (a basic one is contained in Python's unittest), that runs a bunch of classes/testcases/testsuites (however you name it), that are written down according to the rules of the Python unittesting.
The result you get depends on the test runner you use.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.