nestor-qa / nestor

Nestor
http://nestor-qa.github.io
MIT License
3 stars 0 forks source link

Add "Export " using JUNIT report XML format #74

Closed orenault closed 10 years ago

orenault commented 10 years ago

Some tools can understand tests results described by a xml file, following the JUNIT report xml format. This is the case of JENKINS which can produce charts and test report from these xml files. So, it may be interesting to let NESTOR export a test run to a xml file, and develop an API which can manage this file export. Thus, Jenkins can be interfaced with NESTOR for the reporting.

http://help.catchsoftware.com/display/ET/JUnit+Format

kinow commented 10 years ago

Great idea Olivier! I'd like to experiment with importing JUnit as well... so when you have, say, many JUnit XML files and would like to import them to Nestor as well :) but we can work on this in another issue. Thanks!

kinow commented 10 years ago

Working on this, should be completed today or tomorrow :-) probably will work on the import/duplicate issue, where we'll copy the behavior in Jenkins when you create new projects/jobs.