{"id":24791263,"url":"https://github.com/blad/trendy-cucumber","last_synced_at":"2025-10-12T15:31:18.353Z","repository":{"id":57379765,"uuid":"50752700","full_name":"blad/trendy-cucumber","owner":"blad","description":"Cucumber Reporting Tool","archived":false,"fork":false,"pushed_at":"2018-12-06T18:48:27.000Z","size":8,"stargazers_count":1,"open_issues_count":10,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-26T03:22:53.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/blad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-31T00:56:04.000Z","updated_at":"2017-10-24T19:16:43.000Z","dependencies_parsed_at":"2022-09-06T05:01:38.192Z","dependency_job_id":null,"html_url":"https://github.com/blad/trendy-cucumber","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/blad%2Ftrendy-cucumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Ftrendy-cucumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Ftrendy-cucumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blad%2Ftrendy-cucumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blad","download_url":"https://codeload.github.com/blad/trendy-cucumber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236239258,"owners_count":19117165,"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":"2025-01-29T19:16:11.861Z","updated_at":"2025-10-12T15:31:13.046Z","avatar_url":"https://github.com/blad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://dl.dropboxusercontent.com/u/40306891/trendy-cucumber-logo.png\" align=\"center\"/\u003e\n\u003c/p\u003e\n\n\n# Trendy Cucumber\nCucumber Reporting Tool to Generate Summaries from Test Results\n\n\n## Example Usage\n```\ntrendy-cucumber ./test/feature-test-results.json\n```\n\n## Example Output\n```\n┌───────────┬────────┬──────────┬────────┬──────────┬───────┐\n│           │ Passed │ % Passed │ Failed │ % Failed │ Total │\n├───────────┼────────┼──────────┼────────┼──────────┼───────┤\n│ Features  │ 4      │ 80.00%   │ 1      │ 20.00%   │ 5     │\n├───────────┼────────┼──────────┼────────┼──────────┼───────┤\n│ Scenarios │ 18     │ 85.71%   │ 3      │ 14.29%   │ 21    │\n└───────────┴────────┴──────────┴────────┴──────────┴───────┘\n┌───────────────────────────┬──────────────────┬────────────────────┬──────────────────┬────────────────────┬─────────┐\n│ Feature Name              │ Scenarios Passed │ % Scenarios Passed │ Scenarios Failed │ % Scenarios Failed │ % Total │\n├───────────────────────────┼──────────────────┼────────────────────┼──────────────────┼────────────────────┼─────────┤\n│ User Registration         │ 5                │ 23.81%             │ 3                │ 14.29%             │ 38.10%  │\n├───────────────────────────┼──────────────────┼────────────────────┼──────────────────┼────────────────────┼─────────┤\n│ User Login                │ 5                │ 23.81%             │ 0                │ 0.00%              │ 23.81%  │\n├───────────────────────────┼──────────────────┼────────────────────┼──────────────────┼────────────────────┼─────────┤\n│ Admin Login               │ 2                │ 9.52%              │ 0                │ 0.00%              │ 9.52%   │\n├───────────────────────────┼──────────────────┼────────────────────┼──────────────────┼────────────────────┼─────────┤\n│ Admin Dashboard           │ 4                │ 19.05%             │ 0                │ 0.00%              │ 19.05%  │\n├───────────────────────────┼──────────────────┼────────────────────┼──────────────────┼────────────────────┼─────────┤\n│ Admin User Creation       │ 2                │ 9.52%              │ 0                │ 0.00%              │ 9.52%   │\n├───────────────────────────┼──────────────────┼────────────────────┼──────────────────┼────────────────────┼─────────┤\n│                           │ 21               │ 85.71%             │ 3                │ 14.29%             │ 100%    │\n└───────────────────────────┴──────────────────┴────────────────────┴──────────────────┴────────────────────┴─────────┘\n\n```\n\n\n## Generating JSON for Tests\n\nTrendy Cucumber accepts json input. You can generate json output specify the `--format` parameter \n\n```\ncucumberjs --format json:./test/feature-test-results.json\n```\n\n## License (MIT)\n\n```\nCopyright (c) 2016 Bladymir Tellez \u003cbtellez@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a \ncopy of this software and associated documentation files (the \"Software\"),\nto deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the \nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in \nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, \nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A \nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT \nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION \nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblad%2Ftrendy-cucumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblad%2Ftrendy-cucumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblad%2Ftrendy-cucumber/lists"}