{"id":15270327,"url":"https://github.com/behalf-oss/behave2cucumber","last_synced_at":"2025-10-26T17:33:39.902Z","repository":{"id":53314850,"uuid":"74564545","full_name":"behalf-oss/behave2cucumber","owner":"behalf-oss","description":"Behave to Cucumber converter","archived":false,"fork":false,"pushed_at":"2024-04-15T11:57:37.000Z","size":30,"stargazers_count":23,"open_issues_count":8,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-09T11:25:20.767Z","etag":null,"topics":["behalf","behave","converter","cucumber"],"latest_commit_sha":null,"homepage":"","language":"Python","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/behalf-oss.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-23T10:09:57.000Z","updated_at":"2023-07-21T02:14:00.000Z","dependencies_parsed_at":"2024-06-19T09:41:49.289Z","dependency_job_id":null,"html_url":"https://github.com/behalf-oss/behave2cucumber","commit_stats":{"total_commits":36,"total_committers":10,"mean_commits":3.6,"dds":"0.41666666666666663","last_synced_commit":"a0ce3ebb8b2cd9bff5ba14c81e73dba7be36e657"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behalf-oss%2Fbehave2cucumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behalf-oss%2Fbehave2cucumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behalf-oss%2Fbehave2cucumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behalf-oss%2Fbehave2cucumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/behalf-oss","download_url":"https://codeload.github.com/behalf-oss/behave2cucumber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229956869,"owners_count":18150860,"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":["behalf","behave","converter","cucumber"],"created_at":"2024-09-30T07:08:16.254Z","updated_at":"2025-10-26T17:33:39.807Z","avatar_url":"https://github.com/behalf-oss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Behave to Cucumber formatter\n============================\n\nThis project helps solving the incompatibilty of Behave's genereated json reports to tools using Cucumber json reports.\nIts done by reformatting the Behave json to Cucumber json.\nThis script was developed during work on automation tools for Behalf inc. automation team.\nThe script was developed and tested on Python 2.7, you're welcome to use this script and format it to other python versions.\n\nFor easy install use: \"pip install behave2cucumber\"\n\nExample of usage:\n .. code-block:: python\n\n    import json\n    import behave2cucumber\n    with open('behave_json.json') as behave_json:\n        cucumber_json = behave2cucumber.convert(json.load(behave_json))\n\n\nRunning from bash\n-------------------------\nMain has been added thanks to @lawnmowerlatte and now you can run:\n .. code-block:: bash\n \n   python -m behave2cucumber\n\n\nRunning tests\n-------------------------\nTo run tests: \n .. code-block:: bash\n    \n    ./test_script\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehalf-oss%2Fbehave2cucumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbehalf-oss%2Fbehave2cucumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehalf-oss%2Fbehave2cucumber/lists"}