{"id":16538841,"url":"https://github.com/sridharbandi/selenium-junit-template","last_synced_at":"2025-08-22T22:11:23.700Z","repository":{"id":153939761,"uuid":"133188466","full_name":"sridharbandi/Selenium-Junit-Template","owner":"sridharbandi","description":"Selenium Junit Template, Compatible with Maven or Gradle","archived":false,"fork":false,"pushed_at":"2019-01-26T14:31:27.000Z","size":58,"stargazers_count":5,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T05:09:50.774Z","etag":null,"topics":["gradle","java","junit4","maven","page-object-model","selenium","webdrivermanager"],"latest_commit_sha":null,"homepage":"","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/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-05-12T22:41:27.000Z","updated_at":"2024-03-12T22:56:18.000Z","dependencies_parsed_at":"2023-05-13T12:45:36.462Z","dependency_job_id":null,"html_url":"https://github.com/sridharbandi/Selenium-Junit-Template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sridharbandi/Selenium-Junit-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Junit-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Junit-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Junit-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Junit-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sridharbandi","download_url":"https://codeload.github.com/sridharbandi/Selenium-Junit-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Junit-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271710487,"owners_count":24807683,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gradle","java","junit4","maven","page-object-model","selenium","webdrivermanager"],"created_at":"2024-10-11T18:46:57.990Z","updated_at":"2025-08-22T22:11:23.678Z","avatar_url":"https://github.com/sridharbandi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Selenium Junit Template with Gradle or Maven as build tools to getting started with\n\nTo automate [Selenium Webdriver](https://docs.seleniumhq.org/projects/webdriver/) binaries management in runtime am using [webdrivermanager](https://github.com/bonigarcia/webdrivermanager), an excellent library by [Boni García](https://github.com/bonigarcia) \n\n### How to use?\nCreate the Page Objects of your Web application under **_pageobjects_** package and call those Page Objects in your jUnit tests under **_tests_** package (Sample Page Objects, testcase included in this template)\n\n### How to run?\nIssue the below commands in project root directory\n \n ##### Gradle\n```javascript\n./gradlew test\n```\nBy default it runs in Chrome browser, you can specify which browser to use as well\n```javascript\n./gradlew test -Dbrowser=firefox\n```\n\u003eIf you're on Windows replace `./gradlew` with `gradlew.bat`\n\nCurrently supported browsers are \n* chrome\n* firefox\n* edge\n* ie\n* opera \n\n##### Maven\n```javascript\nmvn test\n```\nOr\n```javascript\nmvn test -Dbrowser=firefox\n```\n\u003e Feel free to modify it to your own needs :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-junit-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsridharbandi%2Fselenium-junit-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-junit-template/lists"}