2.0.10 • Published 3 years ago

merge-junit-results v2.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago