{"id":24912427,"url":"https://github.com/DigiSoch/FullFrameworkTest","last_synced_at":"2025-10-16T23:31:12.846Z","repository":{"id":273929162,"uuid":"920384532","full_name":"arvind-git-code/FullFrameworkTest","owner":"arvind-git-code","description":"This repository contains an Automation Testing Framework using Maven, TestNG, and Selenium-Java, designed following the Page Object Model (POM) pattern.","archived":false,"fork":false,"pushed_at":"2025-01-23T19:27:50.000Z","size":9974,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T20:25:52.340Z","etag":null,"topics":["anotation","automated-testing","java-selenium","java-selenium-testng","pom","qa-automation","test-util","testconfig","testng","testng-annotations"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/arvind-git-code.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}},"created_at":"2025-01-22T03:50:22.000Z","updated_at":"2025-01-23T19:30:54.000Z","dependencies_parsed_at":"2025-01-23T20:36:45.273Z","dependency_job_id":null,"html_url":"https://github.com/arvind-git-code/FullFrameworkTest","commit_stats":null,"previous_names":["arvind-git-code/fullframeworktest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-git-code%2FFullFrameworkTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-git-code%2FFullFrameworkTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-git-code%2FFullFrameworkTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-git-code%2FFullFrameworkTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvind-git-code","download_url":"https://codeload.github.com/arvind-git-code/FullFrameworkTest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236753329,"owners_count":19199419,"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":["anotation","automated-testing","java-selenium","java-selenium-testng","pom","qa-automation","test-util","testconfig","testng","testng-annotations"],"created_at":"2025-02-02T05:19:52.069Z","updated_at":"2025-10-16T23:31:05.090Z","avatar_url":"https://github.com/arvind-git-code.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automation Testing Framework\r\n\r\nThis repository contains an Automation Testing Framework using Maven, TestNG, and Selenium-Java, designed following the Page Object Model (POM) pattern.\r\n\r\n## Project Structure\r\n    ```\r\n\t├── README.md\r\n\t├── pom.xml\r\n\t├── src/main/java\r\n\t│   │   │   └── com/crm/qa\r\n\t│   │   │              ├── base\r\n\t│   │   │              ├── config\r\n\t│   │   │              ├── pages\r\n\t│   │   │              ├── testdata\r\n\t│   │   │              └── util\r\n\t│   │   │   \r\n\t│   │   └── resources\r\n\t│   │       ├── chromedriver.exe\r\n\t│   │       └── geckodriver.exe\r\n\t│   │       └── config.properties\r\n\t│   └── test/java\r\n\t│          └── com/crm/qa\r\n\t│                      └── testCases\r\n\t└── pom.xml\r\n\t│\r\n\t├── target\r\n\t│ \r\n\t└── test-output\r\n\t│ \r\n\t└── testng.xml\r\n    ```\r\n\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\nTo set up the project, ensure you have the following installed:\r\n- Java JDK 17 or higher\r\n- Maven\r\n- An IDE (e.g., IntelliJ IDEA, Eclipse)\r\n\r\n### Installation\r\n1. Clone the repository to your local machine:\r\n\r\n``` sh\r\n   git clone https://github.com/yourusername/automation-testing-framework.git\r\n   ```\r\n   \r\nNavigate to the project directory:\r\n\r\n\tcd automation-testing-framework\r\n\r\nmvn clean install\r\n\r\n\tmvn test\r\n\r\n## Contributing\r\n\r\n\r\nContributions are welcome! Please follow these steps:\r\n\r\nFork the repository.\r\n\r\n1. Create a new branch: `git checkout -b feature/your-feature-name`\r\n\r\n2. Make your changes and commit them: `git commit -m 'Add some feature'`\r\n\r\n3. Push to the branch: `git push origin feature/your-feature-name`\r\n\r\n4. Open a pull request.\r\n\r\n\r\n## Connect with me\r\n\r\n- **Name:** Arvind Kumar\r\n- **LinkedIn:** [LinkedIn Profile URL](https://www.linkedin.com/in/arvind-kumar-a8b591221/)\r\n- **Email:** [Email](mailto:arvindkumarlbsmca@gmail.com)\r\n  \r\n## License\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## Acknowledgments\r\nSpecial thanks to the contributors of Selenium and TestNG for their powerful tools.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDigiSoch%2FFullFrameworkTest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDigiSoch%2FFullFrameworkTest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDigiSoch%2FFullFrameworkTest/lists"}