junit-reports-combiner

Combine JUnit XML reports from two and more.


Keywords
junit, checkstyle, xml, cli
License
MIT
Install
npm install junit-reports-combiner@0.0.4

Documentation

junit-reports-combiner

npm version CircleCI Known Vulnerabilities

Combine JUnit XML reports from two and more.

The reports of two and more can be combined using the set operations union, intersection, and difference.

Installation

Requires

  • Node.js 10+

CLI

npm i -g junit-reports-combiner

Usage

CLI

Combines two reports:

junit-reports-combiner TEST-example.FooTest.xml TEST-example.BarTest.xml

See the man junit-reports-combiner for details.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/naokikimura/junit-reports-combiner

License

The gem is available as open source under the terms of the MIT License.