1.0.9 • Published 5 months ago

cucumber-json-merge-multiworker v1.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

cucumber-json-merge-multiworker

!!! NPM version License Coverage Status CI status code style: prettier Known Vulnerabilities NPM downloads !!!

NodeJS CLI for merging Cucumber JSON test results

This work is an experimental fork of cucumber-json-merge to include support for multi-worker Cucumber jobs, where Scenario Outline iterations can reside in separate files.

Installation

npm install -g cucumber-json-merge-multiworker

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

Usage

Usage: cucumber-json-merge-multiworker [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.

Contact

You can find me on Twitter.

LICENSE

Apache 2.0.

1.0.9

5 months ago

1.0.8

9 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.3

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago