{"id":21166117,"url":"https://github.com/selendilek/testmersysproject","last_synced_at":"2025-10-28T20:16:08.965Z","repository":{"id":204007720,"uuid":"710516489","full_name":"SelenDilek/TestMersysProject","owner":"SelenDilek","description":"Education Domain","archived":false,"fork":false,"pushed_at":"2023-10-26T21:24:10.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"selenDilek","last_synced_at":"2025-03-14T16:49:24.685Z","etag":null,"topics":["cucumber","framework","html","pom","report","selenium-webdriver","testng"],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SelenDilek.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}},"created_at":"2023-10-26T21:24:05.000Z","updated_at":"2023-10-27T16:32:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bf039ec-4c99-469a-9936-89136d0ce803","html_url":"https://github.com/SelenDilek/TestMersysProject","commit_stats":null,"previous_names":["selendilek/testmersysproject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SelenDilek/TestMersysProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelenDilek%2FTestMersysProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelenDilek%2FTestMersysProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelenDilek%2FTestMersysProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelenDilek%2FTestMersysProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SelenDilek","download_url":"https://codeload.github.com/SelenDilek/TestMersysProject/tar.gz/refs/heads/selenDilek","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelenDilek%2FTestMersysProject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278406901,"owners_count":25981708,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["cucumber","framework","html","pom","report","selenium-webdriver","testng"],"created_at":"2024-11-20T14:48:16.214Z","updated_at":"2025-10-05T04:15:11.774Z","avatar_url":"https://github.com/SelenDilek.png","language":"Java","readme":"# TestMersys\n![Maven Central](https://img.shields.io/maven-central/v/org.seleniumhq.selenium/selenium-java?versionSuffix=4.11.0\u0026label=Selenium)\n![Maven Central](https://img.shields.io/maven-central/v/io.cucumber/cucumber-java?versionSuffix=7.9.0\u0026label=Cucumber)\n![Maven Central](https://img.shields.io/maven-central/v/org.testng/testng?versionSuffix=7.7.0\u0026label=TestNG)\n![Maven Central](https://img.shields.io/maven-central/v/org.slf4j/slf4j-api?versionSuffix=1.8.0-beta2\u0026label=Slf4j)\n![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-lang3?versionSuffix=3.12.0\u0026label=Apache%20Commons)\n![Maven Central](https://img.shields.io/maven-central/v/tech.grasshopper/extentreports-cucumber7-adapter?versionSuffix=1.9.2\u0026label=Grashopper)\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n\nI use JAVA, TestNG, Cucumber, Gherkin and other JAVA Tools on this project.\n\nDomain: https://test.mersys.io\n\n\nGetting Started\n---------------\n\nThe easiest way to get started is to clone the repository:\n\n```bash\n# File \u003e New \u003e Project From Version Control \n# Copy to URL\ngit@github.com:emrtnm/TestMersys.git\n\n# open project at Intellij\n# select project JDK\njdk1.8\n\n# Load Pom\nClick to pom.xml \u003e Maven \u003e Reload Project\n\n# Run All Test\nClick to Runners \u003e TestRunnerAll and Run\n\n# Run Cross Smoke Test\nClick to Runner \u003e TestRunnerSmoke and Run\n\n```\n\nList of Dependencies\n----------------\n\n| Package      | Description                           |\n|--------------|---------------------------------------|\n| TestNG       | Next Generation Testing Tool.         |\n| Selenium     | Browser Automation Framework.         |\n| slf4j        | The Simple Logging Facade for Java.   |\n| commons.io   | The Apache Commons IO library.        |\n| cucumber     | Cucumber is a tool that supports BDD. |\n| grasshopper  | HTML \u0026 PDF Report tool.               |\n\n## File Structure\n```bash\n|-- src\n|   |-- main\n|       |-- java\n|       |-- resources\n|\n|   |-- test\n|       |-- java\n|           |-- FeatureFiles\n|               |-- Cucumber Feature Files\n|           |-- PageObjectModels\n|               |-- Locators, Page Object Model Files\n|           |-- Runners\n|               |-- TestRunnerAll\n|               |-- TestRunnerHR\n|               |-- TestRunnerLogin\n|               |-- TestRunnerRegression\n|               |-- TestRunnerSmoke\n|           |-- StepDefinitions\n|               |-- Hooks\n|               |-- * Test Class Files\n|           |-- Utilities\n|               |-- BaseDriver\n|               |-- Events\n|               |-- ExcelUtility\n|       |-- resources\n|       |-- results\n|           |-- reports*\n|           |-- .gitignore\n|\n|-- .gitignore\n|-- pom.xml\n\n```\n\n## Rules Of Pull Request\n- Update your codes from main branch before you pull request\n- Don't use Thread.Sleep\n- Don't use Turkish Character\n- Don't use extra space\n- Use logical comment lines\n\n## Team\n- Emrullah Tanıma - Team Lead\n- Samet Çamoğlu - Tester\n- Ümit Boyraz - Tester\n- Selen Dilek - Tester\n- Rustam Roz - Tester\n- Umut Can Güzel - Tester\n- Yakup Yüce - Tester\n\n## License\n\nThis project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n\n\n### Enjoy! 👋\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselendilek%2Ftestmersysproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselendilek%2Ftestmersysproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselendilek%2Ftestmersysproject/lists"}