karma-junit-reporter
karma-junit-reporter copied to clipboard
Improve compatibility with Jenkins reporting
The output from this reporter works with Jenkins, but there are probably ways to make it better.
Research how jenkins processes JUnit.xml and create an example of how this can be improved.
:+1
On Fri, Mar 29, 2013 at 11:01 AM, Liam Newman [email protected]:
The output from this reporter works with Jenkins, but there are probably ways to make it better.
Research how jenkins processes JUnit.xml and create an example of how this can be improved.
— Reply to this email directly or view it on GitHubhttps://github.com/karma-runner/karma-junit-reporter/issues/4 .
Based on https://github.com/karma-runner/maven-karma-plugin/issues/1 make sure it works with other junit results.
Going to have a look at this one, although I feel like it could logically be grouped with #2 -- ie. output a single result file per browser and have that file contain a <testsuite>
element at its root. What do you think @vojtajina?