{"id":14971500,"url":"https://github.com/bitcoder/cucumber-json-merge","last_synced_at":"2025-10-01T16:31:22.461Z","repository":{"id":35035665,"uuid":"198979544","full_name":"bitcoder/cucumber-json-merge","owner":"bitcoder","description":"NodeJS CLI for merging Cucumber JSON test results","archived":false,"fork":true,"pushed_at":"2022-04-19T10:05:22.000Z","size":585,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T06:38:03.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cucumber-json-merge","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"drazisil/junit-merge","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-26T08:36:45.000Z","updated_at":"2022-04-19T09:45:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bitcoder/cucumber-json-merge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoder%2Fcucumber-json-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoder%2Fcucumber-json-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoder%2Fcucumber-json-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoder%2Fcucumber-json-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoder","download_url":"https://codeload.github.com/bitcoder/cucumber-json-merge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234882647,"owners_count":18901303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T13:45:17.681Z","updated_at":"2025-10-01T16:31:22.149Z","avatar_url":"https://github.com/bitcoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cucumber-json-merge\n\n[![NPM version](https://img.shields.io/npm/v/cucumber-json-merge.svg)](https://www.npmjs.com/package/cucumber-json-merge) [![License](https://img.shields.io/github/license/bitcoder/cucumber-json-merge.svg)](https://github.com/bitcoder/cucumber-json-merge/blob/master/LICENSE)\n[![Coverage Status](https://coveralls.io/repos/github/bitcoder/cucumber-json-merge/badge.svg?branch=master)](https://coveralls.io/github/bitcoder/cucumber-json-merge?branch=master)\n[![CI status](https://img.shields.io/github/workflow/status/bitcoder/cucumber-json-merge/CI-CD?label=CI\u0026style=flat-square)](https://github.com/bitcoder/cucumber-json-merge/actions?query=workflow%3ACI-CD)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![Known Vulnerabilities](https://snyk.io/test/github/bitcoder/cucumber-json-merge/badge.svg)](https://snyk.io/test/github/bitcoder/cucumber-json-merge)\n[![NPM downloads](https://img.shields.io/npm/dw/cucumber-json-merge.svg)](https://www.npmjs.com/package/cucumber-json-merge)\n\n## NodeJS CLI for merging Cucumber JSON test results\n\nThis work was highly based on previous work from [junit-merge](https://github.com/drazisil/junit-merge)\n\n### Installation\n\n    npm install -g cucumber-json-merge\n\nOr just download the repository and include it in your `node_modules` directly.\n\n### Usage\n\n ```\n Usage: cucumber-json-merge [options] \u003creport1.json\u003e [report2.json...]\n\n\n  Options:\n\n    -V, --version           output the version number\n    -d, --dir \u003cpath\u003e        merge all results in directory\n    -C, --createDir         create the output directory if missing\n    -r, --recursive         pass to recursively merge all results in directory\n    -o, --out \u003cmergedfile\u003e  file to output to (default: ./merged-test-results.json)\n    -h, --help              output usage information\n```\n\n### Advanced usage: including this as a library\n\nIn case you want to run this right from within nodeJS code, you should be able to include it as a library and perform the operations you want.\n\n```javascript\ncukemerge = require('cucumber-json-merge');\n\nfiles = cukemerge.listJsonFiles('.', false);\nmerged = cukemerge.mergeFiles(files);\nconsole.log(merged);\n```\n\n## Contributing\n\nFeel free to submit issues and/or PRs!  In lieu of a formal style guide, \nplease follow existing styles.\n\n## Contact\n\nYou can find me on [Twitter](https://twitter.com/darktelecom).\n\n## LICENSE\n\n[Apache 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoder%2Fcucumber-json-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoder%2Fcucumber-json-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoder%2Fcucumber-json-merge/lists"}