NodeJS CLI for merging JUnit XML test results
npm install junit-merge
 


This version works with Node 6, Node 8, and Node 10. It drops support for Node 4
npm install -g junit-merge
Or just download the repository and include it in your node_modules directly.
``
Usage: junit-merge [options]
Options:
-V, --version output the version number
-d, --dir
-C, --createDir create the output directory if missing
-r, --recursive pass to recursively merge all results in directory
-o, --out
-h, --help output usage information
``
Feel free to submit issues and/or PRs! In lieu of a formal style guide,
please follow existing styles.