2.0.0 • Published 6 years ago

junit-merge v2.0.0

Weekly downloads
53,215
License
Apache-2.0
Repository
github
Last release
6 years ago

junit-merge

CircleCI Coverage Status code style: prettier Greenkeeper badge

NodeJS CLI for merging JUnit XML test results

This version works with Node 6, Node 8, and Node 10. It drops support for Node 4

Installation

npm install -g junit-merge

Or just download the repository and include it in your node_modules directly.

Usage

Usage: junit-merge [options] <xmlFile1.xml> [xmlFile2.xml..]


 Options:

   -V, --version           output the version number
   -d, --dir <path>        merge all results in directory
   -C, --createDir         create the output directory if missing
   -r, --recursive         pass to recursively merge all results in directory
   -o, --out <mergedfile>  file to output to (default: ./merged-test-results.xml)
   -h, --help              output usage information

Contributing

Feel free to submit issues and/or PRs! In lieu of a formal style guide, please follow existing styles.

2.0.0

6 years ago

1.3.0

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago