{"id":16538821,"url":"https://github.com/sridharbandi/selenium-testng-template","last_synced_at":"2026-04-24T12:32:32.742Z","repository":{"id":153939822,"uuid":"167737022","full_name":"sridharbandi/Selenium-Testng-Template","owner":"sridharbandi","description":"Selenium TestNG Template, Compatible with Maven or Gradle","archived":false,"fork":false,"pushed_at":"2019-01-26T21:35:05.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T13:49:40.507Z","etag":null,"topics":["java","page-object-model","selenium","selenium-java","selenium-webdriver","testng","webdrivermanager"],"latest_commit_sha":null,"homepage":null,"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":"2019-01-26T20:44:59.000Z","updated_at":"2019-01-26T21:35:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e08144f4-5515-4f51-a629-fd2463d342ca","html_url":"https://github.com/sridharbandi/Selenium-Testng-Template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sridharbandi/Selenium-Testng-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Testng-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Testng-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Testng-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Testng-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sridharbandi","download_url":"https://codeload.github.com/sridharbandi/Selenium-Testng-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Testng-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32223933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java","page-object-model","selenium","selenium-java","selenium-webdriver","testng","webdrivermanager"],"created_at":"2024-10-11T18:46:54.738Z","updated_at":"2026-04-24T12:32:32.716Z","avatar_url":"https://github.com/sridharbandi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Selenium TestNG 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 TestNG 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-testng-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsridharbandi%2Fselenium-testng-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-testng-template/lists"}