with ant it is possible to run JUnit tests and generate test reports in several formats: text, HTML, XML .. and it is recurrent to send test results by email to the responsible, so my question: is it possible to use the xml file generated by Junit in order to send a summary(Html) of the test execution? or is there another better solution to send the results test execution by email? any help will be appreciated :) thanks for your helps.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could also convert the XML file into an HTML using XSL styles within And then use the inbuilt
|
|||
|
|
|
Use the cruise control to build your project and run unit test. http://cruisecontrol.sourceforge.net/, its a very good tool. |
|||
|
|
|
Team City supports it out of the box, and I found it easier to configure than Cruise Control. |
|||
|
|
|
Hudson is a very good build-server with support for email notifications of build and test results. |
|||
|
|