{"id":20901418,"url":"https://github.com/vasi-cordea/cucumberjava","last_synced_at":"2026-04-15T16:05:24.876Z","repository":{"id":227282426,"uuid":"770941756","full_name":"Vasi-Cordea/CucumberJava","owner":"Vasi-Cordea","description":"Java/ Cucumber/ Selenium basic POM Framework,, works 100%, Framework explained in README","archived":false,"fork":false,"pushed_at":"2024-03-21T13:19:38.000Z","size":10655,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T13:17:42.996Z","etag":null,"topics":["cucumber","gherkin","java","page-object-model","selenium"],"latest_commit_sha":null,"homepage":"https://practicetestautomation.com/practice-test-login/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vasi-Cordea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-12T12:25:21.000Z","updated_at":"2024-03-22T18:50:44.000Z","dependencies_parsed_at":"2024-03-13T21:32:45.845Z","dependency_job_id":"d8a92474-f934-41cc-819b-8ce4b43a8629","html_url":"https://github.com/Vasi-Cordea/CucumberJava","commit_stats":null,"previous_names":["vasi-cordea/cucumberjava"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasi-Cordea%2FCucumberJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasi-Cordea%2FCucumberJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasi-Cordea%2FCucumberJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vasi-Cordea%2FCucumberJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vasi-Cordea","download_url":"https://codeload.github.com/Vasi-Cordea/CucumberJava/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243288353,"owners_count":20267346,"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":["cucumber","gherkin","java","page-object-model","selenium"],"created_at":"2024-11-18T11:30:36.745Z","updated_at":"2025-12-27T21:03:16.768Z","avatar_url":"https://github.com/Vasi-Cordea.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Project content, how it works\nget source cod link: https://github.com/Vasi-Cordea/CucumberJava.git\n\n1. Create a new feature like LoginDemo.feature by writing all steps in Cucumber with Given, And, When, Then\n2. right click on [page and click: Run feature...\n3. get the code structure from the console (or copy all steps from feature file (ex:   Given Browser is  then opened )\n4. create a new  directory StepsDefinitions\n5. paste all steps in the directory StepsDefinitions\n6. change step structure as per: @Given(\"Browser is  then opened\")  \n7. import io.cucumber.java.en.Given;\n8. create a function for each step as per example: public void browser_is_then_opened() {} , name does not have to match the step\n9. create a new directory pages, \n10. creat class page with all the methods used on the page\n11. instantiate methods from page class in the Step definitions page  (POM)\n12. creat a test runner, from where the execution and reports will be configured\nin runner class , right click and run\n13. cheack report in target/Cucumber/HtmlReports\n14. open report in Chrome, firefox\n\n![reportCucumber](https://github.com/Vasi-Cordea/CucumberJava/assets/150058199/fe661222-5281-4fdc-ae32-e3ec0dcf3fac)\n\n\nmade by Vasi-Cordea\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasi-cordea%2Fcucumberjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvasi-cordea%2Fcucumberjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasi-cordea%2Fcucumberjava/lists"}