karma-runner / maven-karma-plugin

Maven plugin for running tests using Karma.
Apache License 2.0
45 stars 26 forks source link

Added Karma-Junit-report handling with additional logging #16

Closed jaymes-bearden closed 10 years ago

jaymes-bearden commented 10 years ago

This closes issues #15.

General change summary :)

But most importantly:

The reason for these changes were to allow for better handling of the junit reporter results so that they can be read by our continuous integration server (Bamboo) without the need for weird relative pathing or funky antrun scripts.

These changes will probably conflict with the pull request #9 from nidi3.

Let me know what you think :)

kelveden commented 10 years ago

Thanks @jaymes-bearden. Changes have been merged.