Question

Is there an automated tool to generate reports containing information about unit tests when using sikuli? The data I want would be things such as pass/fail, a trace to where/why it failed, and a log of events.

Was it helpful?

Solution

Ended up using the HTMLTestRunner tool, it was far easier than anything else I found and met the criteria I needed. (There is also an XML version of this, XMLTestRunner)

HTMLTestRunner is an extension to the Python standard library's unittest module. It generates easy to use HTML test reports.

http://tungwaiyip.info/software/HTMLTestRunner.html

Another useful tool I found was RobotFramework, which can be integrated into Sikuli, but is more complicated and requires alot of research and reading of documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top