{"id":24986892,"url":"https://github.com/cihat-kose/campus-ui-bdd-tests","last_synced_at":"2026-04-30T11:34:44.448Z","repository":{"id":199563871,"uuid":"657052337","full_name":"cihat-kose/campus-ui-bdd-tests","owner":"cihat-kose","description":"Automated UI Testing for Campus Application using Selenium, Cucumber, TestNG, and Maven.","archived":false,"fork":false,"pushed_at":"2025-07-06T12:17:46.000Z","size":997,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T14:43:21.831Z","etag":null,"topics":["automation","bdd","cucumber","extent-reports","gherkin","java","maven","selenium","teamwork","testng","ui-testing"],"latest_commit_sha":null,"homepage":"https://test.mersys.io/","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/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,"zenodo":null}},"created_at":"2023-06-22T08:01:04.000Z","updated_at":"2025-07-06T12:17:46.000Z","dependencies_parsed_at":"2025-02-12T20:32:04.006Z","dependency_job_id":"391e15a6-89d2-4a59-9ad2-2696c379a09b","html_url":"https://github.com/cihat-kose/campus-ui-bdd-tests","commit_stats":null,"previous_names":["chatgthb/campustest_cucumber_team1","cihat-kose/campustest_cucumber_team1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cihat-kose/campus-ui-bdd-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fcampus-ui-bdd-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fcampus-ui-bdd-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fcampus-ui-bdd-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fcampus-ui-bdd-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cihat-kose","download_url":"https://codeload.github.com/cihat-kose/campus-ui-bdd-tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fcampus-ui-bdd-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","bdd","cucumber","extent-reports","gherkin","java","maven","selenium","teamwork","testng","ui-testing"],"created_at":"2025-02-04T11:33:14.357Z","updated_at":"2026-04-30T11:34:39.441Z","avatar_url":"https://github.com/cihat-kose.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Campus UI BDD Tests\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\n## Table of Contents\n1. [About the Project](#about-the-project)\n2. [Key Benefits](#key-benefits)\n3. [Features](#features)\n4. [Installation](#installation)\n5. [Configuration](#configuration)\n6. [Usage](#usage)\n7. [Folder Structure](#folder-structure)\n8. [Dependencies](#dependencies)\n9. [Contributors](#contributors)\n10. [License](#license)\n\n---\n\n## About the Project\n**Campus UI BDD Tests** is an automated test suite designed to test the **Campus** application on `test.mersys.io`.\n\nThis framework utilizes:\n- **Selenium WebDriver** for browser automation\n- **Cucumber (BDD)** for behavior-driven testing\n- **TestNG** for test execution and reporting\n- **Maven** for dependency management\n\nThe main goal of the project is to ensure the stability and accuracy of the `Campus` application by automating functional and regression tests.\n\n---\n\n## Key Benefits\n- **Behavior-Driven Development (BDD)** using Cucumber\n- **Comprehensive UI Testing** with Selenium\n- **Automated Regression Testing**\n- **Detailed Reporting with Extent Reports**\n- **Easy Configuration \u0026 Scalability**\n\n---\n\n## Features\n- **Login Automation**\n- **User Management (Add/Edit/Delete)**\n- **Human Resources Module Testing**\n- **Bank Account Setup**\n- **Grade Levels Setup**\n- **Discount Functionality Tests**\n\n---\n\n## Installation\n### Prerequisites:\n- Install **Java 21**\n- Install **Maven**\n- Install **IntelliJ IDEA** (or another preferred IDE)\n\n### Steps:\n#### Option 1: Command Line Installation\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/cihat-kose/campus-ui-bdd-tests.git\n   cd campus-ui-bdd-tests\n   ```\n2. Install dependencies:\n   ```sh\n   mvn clean install\n   ```\n3. Run tests:\n   ```sh\n   mvn test\n   ```\n\n#### Option 2: IntelliJ IDEA Installation\n1. Open IntelliJ IDEA.\n2. Select **File \u003e New \u003e Project from Version Control**.\n3. Enter the repository URL and clone the project.\n4. Open the `pom.xml` file, and IntelliJ should automatically detect and import dependencies.\n5. To run tests, navigate to `src/test/java/runners/TestRunnerAll.java` and run it directly.\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  ```\n\n---\n\n## Usage\nTo execute all tests, run:\n```sh\nmvn test\n```\nOr execute a specific runner in `src/test/java/runners/` from your IDE.\n\n---\n\n## Folder Structure\n```\ncampus-ui-bdd-tests/\n│\n└── src\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\n    │   │   ├── extent.properties\n    │   │   └── CampusTestCases.xlsx\n    │   └── pom.xml\n```\n\n---\n\n## Dependencies\nThe dependencies for this project are managed in `pom.xml`:\n- **Selenium**\n- **Cucumber-Java**\n- **TestNG**\n- **Apache POI**\n- **ExtentReports**\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- [seretto](https://github.com/seretto) – **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\n---\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihat-kose%2Fcampus-ui-bdd-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcihat-kose%2Fcampus-ui-bdd-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihat-kose%2Fcampus-ui-bdd-tests/lists"}