karma-junit-reporter icon indicating copy to clipboard operation
karma-junit-reporter copied to clipboard

Improve compatibility with Jenkins reporting

Open bitwiseman opened this issue 11 years ago • 3 comments

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.

bitwiseman avatar Mar 29 '13 18:03 bitwiseman

:+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 .

vojtajina avatar Mar 29 '13 20:03 vojtajina

Based on https://github.com/karma-runner/maven-karma-plugin/issues/1 make sure it works with other junit results.

vojtajina avatar Apr 16 '13 00:04 vojtajina

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?

janeklb avatar Sep 30 '13 09:09 janeklb