{"id":19664550,"url":"https://github.com/sancakerkan/login-automation","last_synced_at":"2026-05-04T17:35:58.571Z","repository":{"id":255185411,"uuid":"848793309","full_name":"sancakerkan/Login-Automation","owner":"sancakerkan","description":"This repository contains automated tests for a simple login interface using Selenium WebDriver and TestNG. The tests include verification of correct and incorrect login attempts across different browsers.","archived":false,"fork":false,"pushed_at":"2024-08-29T07:37:04.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T03:49:54.706Z","etag":null,"topics":["java","maven","selenium","selenium-webdriver","test-automation","testing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sancakerkan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-28T12:20:35.000Z","updated_at":"2024-09-11T08:52:48.000Z","dependencies_parsed_at":"2024-08-28T13:47:26.341Z","dependency_job_id":"ad8856c9-8e99-4220-999a-0380d0dd1cd1","html_url":"https://github.com/sancakerkan/Login-Automation","commit_stats":null,"previous_names":["sancakerkan/login-test","sancakerkan/login-automation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sancakerkan/Login-Automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FLogin-Automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FLogin-Automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FLogin-Automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FLogin-Automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sancakerkan","download_url":"https://codeload.github.com/sancakerkan/Login-Automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FLogin-Automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32618151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["java","maven","selenium","selenium-webdriver","test-automation","testing"],"created_at":"2024-11-11T16:18:05.212Z","updated_at":"2026-05-04T17:35:58.550Z","avatar_url":"https://github.com/sancakerkan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Login Automation\n![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge\u0026logo=java\u0026logoColor=white)\n![Selenium](https://img.shields.io/badge/Selenium-43B02A?style=for-the-badge\u0026logo=selenium\u0026logoColor=white)\n![TestNG](https://img.shields.io/badge/TestNG-25A162?style=for-the-badge\u0026logo=testng\u0026logoColor=white)\n![Maven](https://img.shields.io/badge/Maven-C71A36?style=for-the-badge\u0026logo=apache-maven\u0026logoColor=white)\n![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nThis repository contains automated tests for a simple login interface using Selenium WebDriver and TestNG. The tests include verification of correct and incorrect login attempts across different browsers.\n\n## Features\n\n- **Cross-Browser Testing:** Tests run on both Chrome and Firefox.\n- **Login Verification:** Ensures correct redirection on successful login and appropriate error handling on failure.\n- **TestNG Factory:** Demonstrates the use of the @Factory annotation in TestNG to create test instances.\n\n## Installation\n\n### Prerequisites\n\n- Java Development Kit (JDK) 8 or later\n- Maven\n- An IDE with Maven support (IntelliJ IDEA, Eclipse, etc.)\n\n### Cloning the Repository\n\n1. **Using IntelliJ IDEA:** \n    - Go to `File` \u003e `New` \u003e `Project from Version Control`.\n    - Enter the repository URL: `https://github.com/yourusername/Login-Test.git`.\n    - Click `Clone`.\n\n2. **Using Eclipse:**\n    - Go to `File` \u003e `Import...`.\n    - Select `Git` \u003e `Projects from Git` \u003e `Clone URI`.\n    - Enter the repository URL: `https://github.com/yourusername/Login-Test.git`.\n    - Follow the prompts to complete the cloning process.\n\n3. **OR Simply Download the ZIP file**\n    - [ZIP File](https://github.com/yourusername/Login-Test/archive/refs/heads/main.zip)\n\n## Usage\n\n### Running the Tests\n\n1. **Using IntelliJ IDEA:**\n    - Open the project.\n    - Navigate to the `src/test/java/` directory.\n    - Right-click the `LoginTestFactory` class.\n    - Select `Run 'LoginTestFactory'`.\n\n2. **Using Eclipse:**\n    - Open the project.\n    - Navigate to the `src/test/java/` directory.\n    - Right-click the `LoginTestFactory` class.\n    - Select `Run As` \u003e `TestNG Test`.\n\n### Test Structure\n\n- `ChromeLoginTest`: Tests login functionality on Chrome.\n- `FirefoxLoginTest`: Tests login functionality on Firefox.\n- `LoginTestFactory`: Generates test instances for both Chrome and Firefox.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.\n\n1. Fork the repository\n2. Create your feature branch \n3. Commit your changes \n4. Push to the branch \n5. Open a pull request\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsancakerkan%2Flogin-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsancakerkan%2Flogin-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsancakerkan%2Flogin-automation/lists"}