{"id":16538840,"url":"https://github.com/sridharbandi/selenium-groovy-junit-template","last_synced_at":"2026-04-14T03:32:30.787Z","repository":{"id":153939748,"uuid":"133724385","full_name":"sridharbandi/Selenium-Groovy-Junit-Template","owner":"sridharbandi","description":"Selenium Groovy Junit Template, Compatible with Maven or Gradle","archived":false,"fork":false,"pushed_at":"2018-05-16T21:31:35.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-26T07:26:55.879Z","etag":null,"topics":["gradle","groovy","junit4","maven","page-object-model","selenium","webdrivermanager"],"latest_commit_sha":null,"homepage":"","language":"Groovy","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-16T21:21:56.000Z","updated_at":"2018-06-05T18:22:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb9f7ea8-4b40-4265-9f6b-0d4cc5b03047","html_url":"https://github.com/sridharbandi/Selenium-Groovy-Junit-Template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sridharbandi/Selenium-Groovy-Junit-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Groovy-Junit-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Groovy-Junit-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Groovy-Junit-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Groovy-Junit-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sridharbandi","download_url":"https://codeload.github.com/sridharbandi/Selenium-Groovy-Junit-Template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sridharbandi%2FSelenium-Groovy-Junit-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["gradle","groovy","junit4","maven","page-object-model","selenium","webdrivermanager"],"created_at":"2024-10-11T18:46:57.809Z","updated_at":"2026-04-14T03:32:30.772Z","avatar_url":"https://github.com/sridharbandi.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Selenium Groovy 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-groovy-junit-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsridharbandi%2Fselenium-groovy-junit-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsridharbandi%2Fselenium-groovy-junit-template/lists"}