{"id":18352156,"url":"https://github.com/mr-possible/selenium-with-docker","last_synced_at":"2026-05-07T18:37:05.490Z","repository":{"id":47694630,"uuid":"394696541","full_name":"mr-possible/selenium-with-docker","owner":"mr-possible","description":"A project capable of automated testing done on selenium grid infrastructure setup on AWS.","archived":false,"fork":false,"pushed_at":"2023-12-17T22:22:00.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T00:37:58.331Z","etag":null,"topics":["docker","selenium-grid","selenium-webdriver"],"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/mr-possible.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":"2021-08-10T15:04:30.000Z","updated_at":"2023-12-19T11:21:49.000Z","dependencies_parsed_at":"2024-11-05T21:39:40.368Z","dependency_job_id":null,"html_url":"https://github.com/mr-possible/selenium-with-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-possible%2Fselenium-with-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-possible%2Fselenium-with-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-possible%2Fselenium-with-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-possible%2Fselenium-with-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-possible","download_url":"https://codeload.github.com/mr-possible/selenium-with-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138008,"owners_count":21053775,"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":["docker","selenium-grid","selenium-webdriver"],"created_at":"2024-11-05T21:35:08.174Z","updated_at":"2026-05-07T18:37:05.440Z","avatar_url":"https://github.com/mr-possible.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3\u003eAbout\u003c/h3\u003e \n\nThis project is made by me to demonstrate my learnings on Docker (mostly) and how can we\nincorporate the same in Test Automation space.\n\n\u003ch3\u003eFolder Structure\u003c/h3\u003e\n\n    - src\n        - main\n          - java \u003e com \u003e newtours \u003e pages\n            - billing\n            - flightbooking\n            - flightpreferences\n            - iternary\n            - registration\n        - test\n         - java \u003e com \u003e newtours \n            - tests\n            - parent\n        - .env\n        - Dockerfile\n        - docker-compose.yaml\n        - healthcheck.sh\n        - pom.xml\n        - testng-suite.xml\n\n- \u003cb\u003esrc \u003e main \u003e java\u003c/b\u003e : Contains our selenium page objects.\n- \u003cb\u003esrc \u003e test \u003e java\u003c/b\u003e : Contains main test class (which contains test cases) and\n                      a base test (which other test classes inherit).\n- \u003cb\u003e.env\u003c/b\u003e file : This file is like a properties file and contains our test properties like\n              browser and module which can be used project-wide.\n- \u003cb\u003edocker-compose.yaml\u003c/b\u003e : This is .yaml file which describes what kind of nodes we want to be up and running\n                               prior to execution.\n- \u003cb\u003ehealthcheck.sh\u003c/b\u003e : It is a shell script which contains commands to check the status of our selenium grid hub.\n- \u003cb\u003eDockerfile\u003c/b\u003e : It is an extensionless file that helps Docker engine to execute steps that are required  \n                      to be performed at every stage of the execution. It also includes what core dependencies\n                      we require.\n- \u003cb\u003epom.xml\u003c/b\u003e : Since we are using a typical Maven project, hence this pom.xml helps us to\n                   manage our dependencies and version of the project.\n- \u003cb\u003etestng-suite.xml\u003cb\u003e : This suite file contains the list of tests to be run.\n\n\u003ch3\u003e How To Run ?\u003c/h3\u003e\n    - On your terminal, please run the following command: \n        \n        docker-compose up\n\n\u003ch3\u003ePrerequisites\u003c/h3\u003e\n    \n- Docker needs to be installed on your machine.\n- Java 17 or 17+ required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-possible%2Fselenium-with-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-possible%2Fselenium-with-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-possible%2Fselenium-with-docker/lists"}