cucumber-json-merge

NodeJS CLI for merging Cucumber JSON test results
This work was highly based on previous work from junit-merge
Installation
npm install -g cucumber-json-merge
Or just download the repository and include it in your node_modules
directly.
Usage
Usage: cucumber-json-merge [options] <report1.json> [report2.json...]
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.