{"id":24013217,"url":"https://github.com/cihat-kose/orangehrm-test-suite","last_synced_at":"2026-04-12T07:32:05.914Z","repository":{"id":241469667,"uuid":"806307191","full_name":"cihat-kose/orangehrm-test-suite","owner":"cihat-kose","description":"Automation testing framework for OrangeHRM, validating employee management, leave processes, and login. Built with Selenium, Cucumber, and TestNG. Supports Excel-based data (Apache POI) and detailed reporting (Extent Reports).","archived":false,"fork":false,"pushed_at":"2025-01-04T11:35:44.000Z","size":1640,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T12:34:31.349Z","etag":null,"topics":["automation-framework","bdd","cucumber-framework","extent-reports","java","java-automation-testing","maven","qa-automation","selenium-webdriver","testng"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/cihat-kose.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-05-26T23:36:10.000Z","updated_at":"2025-01-04T11:35:48.000Z","dependencies_parsed_at":"2024-05-28T14:39:22.554Z","dependency_job_id":"49149b2f-c974-4a8c-b186-c3457e15dc8f","html_url":"https://github.com/cihat-kose/orangehrm-test-suite","commit_stats":null,"previous_names":["chatgthb/orangehrmtest_team1","cihat-kose/orangehrmtest_team1","cihat-kose/orangehrm-test-suite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Forangehrm-test-suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Forangehrm-test-suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Forangehrm-test-suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Forangehrm-test-suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cihat-kose","download_url":"https://codeload.github.com/cihat-kose/orangehrm-test-suite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240710060,"owners_count":19845039,"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","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":["automation-framework","bdd","cucumber-framework","extent-reports","java","java-automation-testing","maven","qa-automation","selenium-webdriver","testng"],"created_at":"2025-01-08T06:51:43.864Z","updated_at":"2025-10-30T04:45:02.294Z","avatar_url":"https://github.com/cihat-kose.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OrangeHRM Test Suite\n\n![Cucumber](https://img.shields.io/badge/Cucumber-23D96C?style=for-the-badge\u0026logo=cucumber\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-FF7300?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![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge\u0026logo=java\u0026logoColor=white)\n![Apache POI](https://img.shields.io/badge/Apache%20POI-231F20?style=for-the-badge\u0026logo=apache\u0026logoColor=white)\n\n## Table of Contents\n1. [About the Project](#about-the-project)\n2. [Key Benefits](#key-benefits)\n3. [Features](#features)\n4. [Reporting](#reporting)\n5. [Installation](#installation)\n6. [Configuration](#configuration)\n7. [Usage](#usage)\n8. [Folder Structure](#folder-structure)\n9. [Dependencies](#dependencies)\n10. [Contributors](#contributors)\n11. [License](#license)\n12. [Contact](#contact)\n\n---\n\n## About the Project\nThe **OrangeHRM Selenium Cucumber UI Test Automation** framework is an automated testing solution created to validate the core functionalities of the OrangeHRM platform.  \nThis framework leverages **Selenium** for UI automation, **Cucumber** for Behavior-Driven Development (BDD), and **TestNG** for execution and reporting.  \n\nThe project focuses on automating regression and functional tests to ensure the stability and reliability of the OrangeHRM application.  \n\n---\n\n## Key Benefits\n- **Automated UI Testing**: Tests core HRM functionalities such as login, employee management, and leave applications.  \n- **Behavior-Driven Development (BDD)**: Test scenarios are defined in plain English using Gherkin syntax.  \n- **Detailed Reporting**: Generates HTML and PDF reports with test execution details and screenshots for failed scenarios.  \n- **Data-Driven Testing with Apache POI**: Test data is managed using Excel files, ensuring flexibility and scalability.  \n- **Page Object Model (POM)**: Simplifies test maintenance and enhances reusability by adopting the POM design pattern.  \n\n---\n\n## Features\n- **Login Automation**: Validates login functionality using Excel data.  \n- **Employee Management**: Automates scenarios for adding, editing, and deleting employee records.  \n- **Leave Management**: Tests for applying, approving, and rejecting leave requests.  \n- **Report Generation**: Extent Reports provides detailed insights into test execution results.  \n- **Excel-Based Data-Driven Testing**: Utilizes Apache POI to read and write test data to Excel files.  \n\n---\n\n## Reporting\nTest reports are generated after each execution in the `target/testReports` directory.  \n- **HTML Report**: Located at `target/testReports/sparkReport/Spark.html`.  \n- **PDF Report**: Available at `target/testReports/PdfReport.pdf`.  \n\n---\n\n## Installation\n### Option 1: Command Line Installation\n1. **Clone the repository**:  \n   ```bash\n   git clone https://github.com/cihat-kose/orangehrm-test-suite.git\n   cd orangehrm-test-suite\n   ```  \n2. **Install dependencies**:  \n   ```bash\n   mvn clean install\n   ```  \n3. **Run tests**:  \n   ```bash\n   mvn test\n   ```  \n\n### Option 2: IntelliJ IDEA Installation  \n1. **Clone the repository**:  \n   - Open IntelliJ IDEA.  \n   - Go to **File \u003e New \u003e Project from Version Control**.  \n   - Enter the repository URL: `https://github.com/cihat-kose/orangehrm-test-suite.git`.  \n   - Click **Clone**.  \n\n2. **Install necessary plugins**:  \n   - Ensure **Cucumber for Java** and **Gherkin** plugins are installed in IntelliJ IDEA for Cucumber and Gherkin syntax support:  \n     - Go to **File \u003e Settings \u003e Plugins** (or **Preferences** on macOS).  \n     - Search for **Cucumber for Java** and **Gherkin**, install them, and restart IntelliJ IDEA if prompted.  \n\n3. **Open the project**:  \n   - IntelliJ IDEA should automatically detect and import the project as a Maven project.  \n   - Wait for dependencies to download.  \n\n---\n\n## Configuration\n- **cucumber.properties**:  \n   ```properties\n   cucumber.publish.quiet=true\n   ```  \n- **extent.properties**:  \n   ```properties\n   extent.reporter.spark.start=true\n   extent.reporter.spark.out=test-output/SparkReport/Spark.html\n   extent.reporter.pdf.start=true\n   extent.reporter.pdf.out=PdfReport.pdf\n   ```  \n\n---\n\n## Usage\nTo run tests, navigate to `src/test/java/runners/TestRunnerAll.java` and run the file directly from IntelliJ IDEA or execute the following command:  \n```bash\nmvn test\n```\n\n---\n\n## Folder Structure\n```\norangehrm-test-suite/\n│\nsrc  \n└── test  \n    ├── java  \n    │   ├── featureFiles         # Cucumber Feature Files  \n    │   ├── pages                # Page Object Model (POM) Classes  \n    │   ├── runners              # Test Runners  \n    │   ├── stepDefinitions      # Step Definitions  \n    │   └── utilities            # Utility Classes  \n    ├── resources  \n    │   ├── cucumber.properties  # Cucumber configuration  \n    │   ├── extent.properties    # Extent Report configuration  \n    │   └── TestCasesTeam1.xlsx  # Test Data (Excel)  \n    │── target                  # Test output and reports  \n    └── pom.xml                  # Maven configuration file\n```  \n\n---\n\n## Dependencies\nThe dependencies for this project are managed in the `pom.xml` file and include:  \n- **Selenium** – UI automation  \n- **Cucumber** – BDD testing framework  \n- **TestNG** – Test execution and management  \n- **Apache POI** – Excel data handling  \n- **ExtentReports** – Test reporting  \n\n---\n\n## Contributors\n- [cihat-kose](https://github.com/cihat-kose) – **Team Lead / Software Tester**\n- [AyseGun18](https://github.com/AyseGun18) – **Software Tester**\n- [CihanDilber](https://github.com/CihanDilber) – **Software Tester**\n- [HavvaGonul](https://github.com/HavvaGonul) – **Software Tester**\n- [seymanuripek](https://github.com/seymanuripek) – **Software Tester**\n- [TlpAyn](https://github.com/TlpAyn) – **Software Tester**\n- [yilmazas](https://github.com/yilmazas) – **Software Tester**\n- [Zafer-Yilmaz](https://github.com/Zafer-Yilmaz) – **Software Tester**\n\nTo contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a Pull Request.\n---\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.  \n\n---\n\n## Contact\nFor any questions or contributions, please open an issue in this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihat-kose%2Forangehrm-test-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcihat-kose%2Forangehrm-test-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihat-kose%2Forangehrm-test-suite/lists"}