{"id":16152467,"url":"https://github.com/prashanth-sams/ruby-cucumber-framework","last_synced_at":"2026-02-18T18:02:14.300Z","repository":{"id":69792831,"uuid":"124881004","full_name":"prashanth-sams/ruby-cucumber-framework","owner":"prashanth-sams","description":"A Ruby Cucumber generic framework ","archived":false,"fork":false,"pushed_at":"2020-07-28T04:55:02.000Z","size":485,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T17:53:51.684Z","etag":null,"topics":["automation","cucumber","docker","framework","ruby","ruby-automation","ruby-cucumber","ruby-cucumber-framework"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/prashanth-sams.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":"2018-03-12T11:47:26.000Z","updated_at":"2019-11-27T10:26:06.000Z","dependencies_parsed_at":"2023-07-14T18:58:45.504Z","dependency_job_id":null,"html_url":"https://github.com/prashanth-sams/ruby-cucumber-framework","commit_stats":{"total_commits":42,"total_committers":2,"mean_commits":21.0,"dds":0.04761904761904767,"last_synced_commit":"4b1a3f5edad52200ebcfc79e3c182f485475110e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prashanth-sams/ruby-cucumber-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fruby-cucumber-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fruby-cucumber-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fruby-cucumber-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fruby-cucumber-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prashanth-sams","download_url":"https://codeload.github.com/prashanth-sams/ruby-cucumber-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashanth-sams%2Fruby-cucumber-framework/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261528615,"owners_count":23172747,"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":["automation","cucumber","docker","framework","ruby","ruby-automation","ruby-cucumber","ruby-cucumber-framework"],"created_at":"2024-10-10T01:07:11.511Z","updated_at":"2025-10-11T15:22:20.372Z","avatar_url":"https://github.com/prashanth-sams.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby Cucumber Framework\n\u003e Generic ruby cucumber framework using selenium webdriver\n\n### Features\n\n- Allure report\n- Cucumber JSON report\n- Cucumber feature - cucumber - step-definition\n- Cross browser support\n- Logger\n- Screenshots on failure\n- Retry on failure  \n\n## Docker\n\n##### Simple run\n```bash\ndocker-compose up -d --scale node-chrome=2\nrake spec DOCKER=ON\ndocker-compose down\n```\n##### Build Docker image\n```bash\ndocker build -t \u003cimage_name\u003e .\n```\n\n##### Docker container \n```bash\ndocker run -d -t \u003cimage_name\u003e\n```\n\nTest runner\n----------\n##### Rake runner\n```bash\nrake spec\n```\n\n##### Allure report\n```bash\nrake allure\nallure generate reports/allure-results-json/ --clean \u0026\u0026 allure open\n```\n\n###### custom allure html output folder\n```bash\nallure generate reports/allure-results-json/ -o reports/allure-results-html --clean \u0026\u0026 allure open reports/allure-results-html/\n```\n\n##  Browser\n```bash\n# chrome\nrake allure BROWSER=chrome\n\n# firefox\nrake allure BROWSER=firefox\n```\n\n##### Xvfb headless mode\n```bash\nsource /usr/local/rvm/scripts/rvm\n \nexport DISPLAY=:20\nXvfb :20 -screen 0 1366x768x16 \u0026\n \ncucumber features/scenario/demo/google.feature\n```\n\n##### Browser headless mode\n```bash\nsource /usr/local/rvm/scripts/rvm\ncucumber features/scenario/demo/google.feature MODE=headless\n```\n\n## Logs\n```bash\nrake allure LOGGER=ON\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashanth-sams%2Fruby-cucumber-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprashanth-sams%2Fruby-cucumber-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashanth-sams%2Fruby-cucumber-framework/lists"}