{"id":20258379,"url":"https://github.com/crevitus/cucumber-to-junit","last_synced_at":"2026-04-20T04:06:46.270Z","repository":{"id":57152075,"uuid":"364983228","full_name":"Crevitus/cucumber-to-junit","owner":"Crevitus","description":"Converts Cucumber.js reports to JUnit XML","archived":false,"fork":false,"pushed_at":"2021-05-07T09:47:16.000Z","size":439,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-29T22:13:05.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Crevitus.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-05-06T17:10:40.000Z","updated_at":"2021-05-07T12:45:41.000Z","dependencies_parsed_at":"2022-09-05T16:20:48.835Z","dependency_job_id":null,"html_url":"https://github.com/Crevitus/cucumber-to-junit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crevitus%2Fcucumber-to-junit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crevitus%2Fcucumber-to-junit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crevitus%2Fcucumber-to-junit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crevitus%2Fcucumber-to-junit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crevitus","download_url":"https://codeload.github.com/Crevitus/cucumber-to-junit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241717742,"owners_count":20008438,"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-11-14T11:08:35.284Z","updated_at":"2026-04-20T04:06:46.192Z","avatar_url":"https://github.com/Crevitus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nConverts [Cucumber.js](https://github.com/cucumber/cucumber-js) json results files to JUnit XML.\n\nUseful for reporting tests in Azure DevOps or Jenkins etc.\n\n# Installation\n\nTo install the latest version, run:\n\n    npm i cucumber-to-junit --save\n\n# Usage\n\n## Typescript / ES6:\n\n```typescript\nimport { CucumberConverter } from 'cucumber-to-junit';\n\nconst converter = new CucumberConverter({\n  markUndefinedAsFailed: true // undefined scenario steps will fail the test case\n});\n\nconverter.convertToJunit('path/to/cucumber.json', 'path/to/output.xml');\n\n```\n\n## JavaScript / CommonJS\n\n```javascript\nconst { CucumberConverter } = require('cucumber-to-junit');\n\nconst converter = new CucumberConverter({\n  markUndefinedAsFailed: true // undefined scenario steps will fail the test case\n});\n\nconverter.convertToJunit('path/to/cucumber.json', 'path/to/output.xml');\n\n```\n\n# Development\n\nTo run the project:\n\n```bash\nnpm start # or yarn start\n```\n\nThis builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.\n\nTo do a one-off build, use `npm run build` or `yarn build`.\n\nTo run tests, use `npm test` or `yarn test`.\n\n# License\n\n[MIT](LICENSE)\n\n# Changelog\n\n## 0.1.3\n- Update documentation\n\n## 0.1.2\n- Bug fixes\n\n## 0.1.1\n- Bug fixes\n\n## 0.1.0\n- Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrevitus%2Fcucumber-to-junit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrevitus%2Fcucumber-to-junit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrevitus%2Fcucumber-to-junit/lists"}