[Sikuli-driver] [Question #261964]: How to get programmatically the results

2015-02-11 Thread egavaldo
New question #261964 on Sikuli: https://answers.launchpad.net/sikuli/+question/261964 Hi Guys, Sorry if this is a dumb question but I did not find any post on this. I'm developing a launcher for XQual XStudio (a test management platform) to drive SikuliX tests. So the launcher is going to program

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

2015-02-11 Thread RaiMan
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 Status: Open => Answered RaiMan proposed the following answer: the best would be to use the Python unittest module. There are add ons available the produce XML or HTML output. see faq 1804 -- You rece

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

2015-02-11 Thread egavaldo
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 Status: Answered => Open egavaldo is still having a problem: One interesting things I've seen there is the XmlTestRunner that is able to produce JUnit-style XML reports. This is exactly what I'm looking

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

2015-02-12 Thread RaiMan
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

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

2015-02-12 Thread egavaldo
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 egavaldo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

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

2015-02-12 Thread egavaldo
Question #261964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261964 Status: Answered => Solved egavaldo confirmed that the question is solved: ok so I understand that depending from the underlying testrunner, I will have to get the results from different sources. I'll h

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

2015-02-12 Thread RaiMan
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. Depe