Skip to content

tobni/merge-junit

Repository files navigation

merge-junit

Merging JUnit XML files.

Installation

Via npm:

$ npm i merge-junit
$ npx merge-junit --version
merge-junit 0.2.0

Downloading binaries (e.g Linux):

$ curl -L https://github.com/tobni/merge-junit/releases/download/v0.2.0/merge-junit-v0.2.0-x86_64-unknown-linux-musl.tar.gz | tar -xz
$ ./merge-junit-v0.2.0-x86_64-unknown-linux-musl/merge-junit --version
merge-junit 0.2.0

From source:

$ git clone https://github.com/tobni/merge-junit
$ cd merge-junit
$ cargo build --release
$ ./target/release/merge-junit --version
merge-junit 0.2.0

Usage example

Some test runners run in parallel and produce many small JUnit reports. Stitching them together to feed a GUI / reporting application can increase readability.

$ merge-junit *.xml -o merged-tests.xml

Development setup

Uses rustfmt and clippy.

$ git clone https://github.com/tobni/merge-junit
$ cd merge-junit
$ cargo test

About

CLI utility to merge JUnit compliant XML documents into a single XML document.

Resources

License

Stars

Watchers

Forks

Packages

No packages published