Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).