2.0.10 • Published 2 years ago

merge-junit-results v2.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

merge-junit-results

code style: prettier

Nodejs cli to merge multiple JUnit XML test results

Installation

npm install -g merge-junit-results

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

Usage

 Usage: merge-junit-results [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.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago