{"id":24458597,"url":"https://github.com/headwirecom/aem-selenium-automation-framework-example","last_synced_at":"2026-02-17T21:31:18.183Z","repository":{"id":82477333,"uuid":"83347769","full_name":"headwirecom/aem-selenium-automation-framework-example","owner":"headwirecom","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-13T18:05:25.000Z","size":3610,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-20T04:56:27.063Z","etag":null,"topics":[],"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/headwirecom.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,"zenodo":null}},"created_at":"2017-02-27T19:24:37.000Z","updated_at":"2017-04-05T15:08:33.000Z","dependencies_parsed_at":"2023-03-12T16:04:23.125Z","dependency_job_id":null,"html_url":"https://github.com/headwirecom/aem-selenium-automation-framework-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/headwirecom/aem-selenium-automation-framework-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-selenium-automation-framework-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-selenium-automation-framework-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-selenium-automation-framework-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-selenium-automation-framework-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/headwirecom","download_url":"https://codeload.github.com/headwirecom/aem-selenium-automation-framework-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/headwirecom%2Faem-selenium-automation-framework-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"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":[],"created_at":"2025-01-21T03:15:03.886Z","updated_at":"2026-02-17T21:31:18.178Z","avatar_url":"https://github.com/headwirecom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\n### Maven\n\nTo use the framework in a maven project, add the following dependency:\n\n```\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.cqblueprints.testing\u003c/groupId\u003e\n\t\u003cartifactId\u003etest-framework\u003c/artifactId\u003e\n\t\u003cversion\u003e0.6.0\u003c/version\u003e\n\u003c/dependency\u003e\u003e\n```\n\n### Usage\n\nTo begin using the built in functionality you must create a class that extends the TestBase class:\n\npublic class ComponentTest extends TestBase {}\n\nThe TestBase class instantiates the WebDriver and sets up the environment from a json file. To write test cases, the page objects provide high level AEM actions that remove the need to use selenium actions directly in tests. Example:\n\n```\n@Test\npublic void openSiteAdmin() {\nLoginPage loginPage = PageFactory.initElements(driver, LoginPage.class);\nWelcomePage welcomePage = loginPage.loginAs(environment.getTestUser(), environment.getTestPassword());\t\t\nSiteAdminPage siteAdminPage = welcomePage.openSiteAdmin();\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwirecom%2Faem-selenium-automation-framework-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheadwirecom%2Faem-selenium-automation-framework-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheadwirecom%2Faem-selenium-automation-framework-example/lists"}