Packages
An ExUnit.Formatter that produces an XML report of the tests run in the project _build dir. It is a good fit with Jenkins test reporting plugin, for example.
Current section
Files
Jump to
Current section
Files
junit_formatter
CHANGELOG.md
CHANGELOG.md
## v1.0.0
### Features:
- `ExUnit.Formatter` implementation that prints an xml to the build directory.
### Bugfixes:
- Correctly show time of testsuite in seconds rather than micro seconds (thanks to [@ibizaman](https://github.com/ibizaman))
- Correctly handle errors with empty messages (thanks to [@Reimerei](https://github.com/Reimerei))
- Fixed name of failed tests tag in xml (thanks to [@KronicDeth](https://github.com/KronicDeth))
- Fixed compatibility with Elixir 1.2 (thanks to [@adrienmo](https://github.com/adrienmo))