{"id":25363428,"url":"https://github.com/abdallahsalah003/dockerized-e2e-testing","last_synced_at":"2025-04-09T03:44:02.051Z","repository":{"id":277597275,"uuid":"929572734","full_name":"AbdallahSalah003/Dockerized-E2E-Testing","owner":"AbdallahSalah003","description":"This project is designed to execute end-to-end automation test cases for NopCommerce using a distributed model with Docker and Selenium Grid.","archived":false,"fork":false,"pushed_at":"2025-02-14T19:52:31.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T03:43:57.134Z","etag":null,"topics":["allure-report","data-driven-tests","docker-compose","e2e-testing","log4j2","page-object-model","selenium-grid","selenium-webdriver","testng"],"latest_commit_sha":null,"homepage":"","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/AbdallahSalah003.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-02-08T21:23:59.000Z","updated_at":"2025-02-14T19:52:34.000Z","dependencies_parsed_at":"2025-02-14T20:38:48.165Z","dependency_job_id":null,"html_url":"https://github.com/AbdallahSalah003/Dockerized-E2E-Testing","commit_stats":null,"previous_names":["abdallahsalah003/dockerized-e2e-testing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahSalah003%2FDockerized-E2E-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahSalah003%2FDockerized-E2E-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahSalah003%2FDockerized-E2E-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdallahSalah003%2FDockerized-E2E-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdallahSalah003","download_url":"https://codeload.github.com/AbdallahSalah003/Dockerized-E2E-Testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974595,"owners_count":21026742,"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":["allure-report","data-driven-tests","docker-compose","e2e-testing","log4j2","page-object-model","selenium-grid","selenium-webdriver","testng"],"created_at":"2025-02-14T22:22:08.407Z","updated_at":"2025-04-09T03:44:02.027Z","avatar_url":"https://github.com/AbdallahSalah003.png","language":"Java","readme":"# 🚀 Dockerized NopCommerce E2E Testing\n\u003ch3\u003e\u003ci\u003e\nThis project is designed to execute end-to-end automation test cases\nfor NopCommerce using a distributed model with Docker and Selenium Grid.\n\u003c/i\u003e\u003c/h3\u003e\n\n---\n\n## Framework Design\n\u003cimg src=\"./src/test/resources/Framework_Design.jpg\" alt=\"design\"/\u003e\n\n---\n\n## 🛠️ Technologies\n\u003ch4\u003e\n\n\u003cul\u003e\n\u003cli\u003eSelenium WebDriver: For browser automation.\u003c/li\u003e\n\u003cli\u003eTestNG: For organizing and running test cases.\n\u003c/li\u003e\n\u003cli\u003eSelenium Grid: For distributed test execution.\n\u003c/li\u003e\n\u003cli\u003eDocker: To containerize the Selenium Grid and manage distributed nodes.\n\u003c/li\u003e\n\u003cli\u003eAllure Reports: For generating detailed test reports with screenshots.\n\u003c/li\u003e\n\u003cli\u003eLog4j2: For logging test execution details.\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/h4\u003e\n\n---\n\n## 🌟 Features\n\u003ch4\u003e\n\u003cul\u003e\n\u003cli\u003ePage Object Model: Implements the POM  DP for maintainable and scalable test code.\u003c/li\u003e\n\u003cli\u003eRemote and Local Execution: Supports running tests both locally and on a remote Selenium Grid.\u003c/li\u003e\n\u003cli\u003eData-Driven Testing: Allows tests to be run with multiple sets of data.\u003c/li\u003e\n\u003cli\u003eCross-Browser Testing: Tests can be executed across different browsers.\u003c/li\u003e\n\u003cli\u003eTest Case Grouping: Organize and group test cases for efficient execution.\u003c/li\u003e\n\u003cli\u003eScreenshots on Failure: Automatically captures screenshots when a test fails.\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/h4\u003e\n\n---\n\n## 🚀 How to Run\n1. Clone the repo\n2. Download Docker and Docker Compose\n3. Navigate to the project repo and run the following to create docker network\n```\ndocker-compose up\n```\n4. Open \"localhost:80\" on your browser and setup NopCommerce website\n5. To Run testcases we have multiple options\n   1. Maven surefire plugin\n   2. TestNG.xml file\n---\n\n## 📊  Reports and Logs\n1. After executing testcases, run ```allure serve``` to open report\n2. After executing testcases, all logs will be found in logs dir :)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdallahsalah003%2Fdockerized-e2e-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdallahsalah003%2Fdockerized-e2e-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdallahsalah003%2Fdockerized-e2e-testing/lists"}