{"id":16538823,"url":"https://github.com/sridharbandi/selenium-ruby-template","last_synced_at":"2025-04-11T05:06:08.298Z","repository":{"id":153939801,"uuid":"135936181","full_name":"sridharbandi/Selenium-Ruby-Template","owner":"sridharbandi","description":"Selenium Ruby Unit Test Template with Page Object Model","archived":false,"fork":false,"pushed_at":"2018-06-03T21:09:48.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T05:06:02.560Z","etag":null,"topics":["page-object-model","ruby","selenium","unittest","webdriver","webdrivermanager"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/sridharbandi.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-06-03T20:00:01.000Z","updated_at":"2022-09-21T07:41:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"163cb46a-d9cc-4e05-ab76-311a729c67e0","html_url":"https://github.com/sridharbandi/Selenium-Ruby-Template","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/sridharbandi%2FSelenium-Ruby-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Ruby-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Ruby-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Ruby-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sridharbandi","download_url":"https://codeload.github.com/sridharbandi/Selenium-Ruby-Template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345265,"owners_count":21088244,"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":["page-object-model","ruby","selenium","unittest","webdriver","webdrivermanager"],"created_at":"2024-10-11T18:46:55.221Z","updated_at":"2025-04-11T05:06:08.255Z","avatar_url":"https://github.com/sridharbandi.png","language":"Ruby","readme":"## Selenium Ruby Unit Test Template with Page Object Model\n\nTo automate [Selenium Webdriver](https://docs.seleniumhq.org/projects/webdriver/) binaries management in runtime am using [webdrivermanager](https://github.com/jeffnyman/webdriver_manager), an excellent library by [jeffnyman](https://github.com/jeffnyman) \n\n### How to use?\nCreate the Page Objects of your Web application under **_lib/pageobjects_** package, call those Page Objects in tests under **_test_** package (Sample Page Objects, testcase included in this template)\n\n### How to run?\nTo install the dependencies issue the below command in project root directory\n```javascript\nbundler install\n```\nTo run the tests issue the below commands in project root directory\n \n```javascript\nruby -Ilib:test test/my_test.rb \n```\nBy default it runs in Chrome browser, you can specify which browser to use as well\n```javascript\nruby -Ilib:test test/my_test.rb firefox\n```\nCurrently browsers added in this template are\n* chrome\n* firefox\n* edge\n* ie\n\n\u003e Feel free to modify it to your own needs :)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-ruby-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsridharbandi%2Fselenium-ruby-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-ruby-template/lists"}