Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-25 Thread dinev
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

Removed link to bug: #176005
https://bugs.launchpad.net/bugs/176005
Please sponsor gtk-vnc_0.3.0 into Hardy

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-25 Thread dinev
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

dinev posted a new comment:
This may help as well

[HowTo] Nice unit test runner with html output
https://answers.launchpad.net/sikuli/+question/176005

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-15 Thread j
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

j posted a new comment:
Sorry, import has to be

from xmlrunner import *

or you'll have to use

result = xmlrunner.XMLTestRunner(file(unittest.xml, w)).run(suite)

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-15 Thread RaiMan
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

RaiMan posted a new comment:
@ j-the-k
Thanks again. added to faq 1804

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-13 Thread j
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

j posted a new comment:
I recommend Jython/Pyhton unittests instead of the sikuli-special
version. I use an Python TestRunner that outputs JUnit-XML
testresultfiles that can e.g. be used by Hudson/Jenkins. You can find a
open-source/free-to-use Python-XMLTestrunner on google.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-13 Thread RaiMan
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

RaiMan posted a new comment:
@ j-the-k
Thanks for tip. added to faq 1804

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-09 Thread abhijit
New question #193048 on Sikuli:
https://answers.launchpad.net/sikuli/+question/193048

We have developed the functional test suite, howevere we want create the 
reports using sikuli.
Please let me know which are the APIs i have to use or any sample code would be 
helpful.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-09 Thread abhijit
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

Status: Needs information = Open

abhijit gave more information on the question:
test case result reports, like pass, fail, not executed

On Mon, Apr 9, 2012 at 6:30 PM, RaiMan question193...@answers.launchpad.net
 wrote:

 Your question #193048 on Sikuli changed:
 https://answers.launchpad.net/sikuli/+question/193048

Status: Open = Needs information

 RaiMan requested more information:
 -- Python/Jython or Java? or whatever else?

 -- what kind of reports do you talk about?

 --
 To answer this request for more information, you can either reply to
 this email or enter your reply at the following page:
 https://answers.launchpad.net/sikuli/+question/193048

 You received this question notification because you asked the question.


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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #193048]: How to create test execution reports in sikuli

2012-04-09 Thread RaiMan
Question #193048 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193048

Status: Open = Answered

RaiMan proposed the following answer:
Python/Jython: unittest

Java: Junit

or use a framework like RobotFrameWork.

All 3 versions can be combined with Sikuli.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp