Releases: kenichiice/test-unit-runner-junitxml
Releases · kenichiice/test-unit-runner-junitxml
1.0.0
This version is unchanged from 0.3.0.
0.3.0
Added
- Add a file attribute to the testcase element of the output XML (#18 @shugo)
0.2.0
Added
- Support
<system-out>
and <system-err>
(#11)
Changed
- Remove unnecessary line breaks and tabs from
<error>
and <failure>
content (#12)
Fixed
- Suppress warning 'instance variable not initialized' (#13)
0.1.2
Changed
- reduce the size of the output XML (#8)