Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imsky/junit-merger
Merge JUnit XML reports into one
https://github.com/imsky/junit-merger
golang junit junit-xml xml
Last synced: 3 months ago
JSON representation
Merge JUnit XML reports into one
- Host: GitHub
- URL: https://github.com/imsky/junit-merger
- Owner: imsky
- License: mit
- Created: 2017-05-03T03:59:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T04:03:37.000Z (over 7 years ago)
- Last Synced: 2024-06-20T17:33:23.714Z (7 months ago)
- Topics: golang, junit, junit-xml, xml
- Language: Go
- Size: 4.88 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# junit-merger
`junit-merger` merges many JUnit reports into one report.
## Usage
```
$ junit-merger *.xml > merged.xml
$ junit-merger -o merged.xml a.xml b.xml c.xml
```## Installation
* Download binaries from
* `go get github.com/imsky/junit-merger/...`## License
`junit-merger` is provided under the [MIT license](https://opensource.org/licenses/MIT).
## Credit
Made by [Ivan Malopinsky](http://imsky.co).