{"id":19381092,"url":"https://github.com/rathorsunpreet/cucumber","last_synced_at":"2026-05-06T13:32:57.946Z","repository":{"id":216389680,"uuid":"741209174","full_name":"rathorsunpreet/cucumber","owner":"rathorsunpreet","description":"Rest API Endpoint Test in Java using Cucumber, JUnit5, Maven, Rest-Assured and Eclipse as IDE.","archived":false,"fork":false,"pushed_at":"2024-11-30T02:20:33.000Z","size":1930,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T06:32:03.860Z","etag":null,"topics":["blaze","cucumber","cucumber-java","eclipse","eclipse-project","junit","junit5","maven","maven-pom","rest-api","rest-assured","rest-assured-framework","rest-assured-library","restful-api","test-automation","testing"],"latest_commit_sha":null,"homepage":"","language":"Java","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/rathorsunpreet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-01-09T23:21:38.000Z","updated_at":"2024-11-30T02:20:36.000Z","dependencies_parsed_at":"2024-01-12T03:24:30.324Z","dependency_job_id":"74a985b4-b7bb-4426-bbe2-26cdd8a909f3","html_url":"https://github.com/rathorsunpreet/cucumber","commit_stats":null,"previous_names":["rathorsunpreet/cucumber"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2Fcucumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2Fcucumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2Fcucumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2Fcucumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rathorsunpreet","download_url":"https://codeload.github.com/rathorsunpreet/cucumber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240517251,"owners_count":19814166,"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":["blaze","cucumber","cucumber-java","eclipse","eclipse-project","junit","junit5","maven","maven-pom","rest-api","rest-assured","rest-assured-framework","rest-assured-library","restful-api","test-automation","testing"],"created_at":"2024-11-10T09:15:51.326Z","updated_at":"2026-05-06T13:32:52.922Z","avatar_url":"https://github.com/rathorsunpreet.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cucumber\n\nCucumber is an Eclipse Java project to test the [Rest API](https://reqres.in/). The following libraries / frameworks / plugins / tools have been used:\n1. Rest-Assured to ping the API endpoints.\n2. Maven as the build tool.\n3. JUnit5 and Cucumber for test-case creation.\n4. Maven Wrapper to allow non-maven users the ability to build and run the tests. \n5. Blaze (by Fizzed) to remove the long commands and shorten them for ease of use.\n6. maven-cucumber-reporting (by net.masterthought) for HTML Report generation upon execution of `testAllHTML`.\n\nDemo / Explanation Video: https://www.youtube.com/watch?v=qw16KlvStXs\n\n## Requirements\n* Java 21+\n* Eclipse (Optional)\n\n## Installation\n\nDownload the package from [Github](https://github.com/rathorsunpreet/cucumber) and unzip it.\n\n## Usage\n\n```terminal\n# To run tests on a single endpoint, use the feature file name as argument\njava -jar blaze.jar users\n\n# To test all features\njava -jar blaze.jar testAll\n\n# To generate HTML Report per feature\njava -jar blaze.jar loginHTML\n\n# To generate HTML Report upon execution of all feature files\njava -jar blaze.jar testAllHTML\n\n# To use maven test instead\n# Us mvnw.cmd for Windows, mvnw for Linux and Mac\nmvnwd.cmd test\n\n# To generate HTML Report using Maven\n# Us mvnw.cmd for Windows, mvnw for Linux and Mac\nmvnw.cmd verify\n```\n\n## Notes\nThe Rest API has been split into 4 feature files, namely:\n* login\n* resources\n* register\n* users\n\nSimply provide the feature name to `blaze.jar` to execute in terminal or append `HTML` to generate HTML report. The generated HTML report is named after the feature file being executed.\n\nHTML Reports are generated at the following locations:\n1. Upon individual feature file execution at `\\target\\cucumber-reports\\`.\n2. Upon execution of `testAllHTML` at `\\target\\cucumber-html-reports\\`.\n\nWhen running on Linux / Mac, add executable permissions to `mvnw` before running any of the commands in the **Usage** section.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frathorsunpreet%2Fcucumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frathorsunpreet%2Fcucumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frathorsunpreet%2Fcucumber/lists"}