{"id":15023681,"url":"https://github.com/altayer-digital/robotframework-docker","last_synced_at":"2025-08-24T14:16:22.185Z","repository":{"id":98236654,"uuid":"180648631","full_name":"altayer-digital/Robotframework-Docker","owner":"altayer-digital","description":"Robotframework-Docker","archived":false,"fork":false,"pushed_at":"2019-05-04T19:49:15.000Z","size":4917,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T23:36:17.388Z","etag":null,"topics":["automation-framework","browserstack","docker","dockerfile","headless","headless-chrome","qa","qa-automation-test","robot-framework","robotframework"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/altayer-digital.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":"2019-04-10T19:19:31.000Z","updated_at":"2024-11-12T00:58:41.000Z","dependencies_parsed_at":"2023-03-13T16:04:10.853Z","dependency_job_id":null,"html_url":"https://github.com/altayer-digital/Robotframework-Docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/altayer-digital/Robotframework-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altayer-digital%2FRobotframework-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altayer-digital%2FRobotframework-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altayer-digital%2FRobotframework-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altayer-digital%2FRobotframework-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/altayer-digital","download_url":"https://codeload.github.com/altayer-digital/Robotframework-Docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altayer-digital%2FRobotframework-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271884817,"owners_count":24838545,"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-08-24T02:00:11.135Z","response_time":111,"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-framework","browserstack","docker","dockerfile","headless","headless-chrome","qa","qa-automation-test","robot-framework","robotframework"],"created_at":"2024-09-24T19:59:19.959Z","updated_at":"2025-08-24T14:16:22.136Z","avatar_url":"https://github.com/altayer-digital.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATG UI Test Automation Project\n\n## Installation\n\nClone repo \n  \n```bash\ngit clone https://github.com/altayer-digital/robot-framework.git\n```\n\nBuild Docker\n\n```bash\ndocker build -t robotframework-docker .\n```\n\n## Running Tests\n\nTo run execute `./run_tests.sh`\n\nCustomize `run_tests.sh` for your own need\n\n```bash\ndocker run --rm \\\n           -e USERNAME=\"Hammad Ahmed\" \\\n           --net=host \\\n           -e ROBOT_TESTS=./suite   \\\n           -e ROBOT_LOGS=Result_Folder_Name   \\\n           -e ROBOT_TEST=Test_Name \\\n           -e BRAND=Brand_Name   \\\n           -e COUNTRY=Country_Name   \\\n           -e VERSION=Version_Name   \\\n           -e LANGUAGE=Language   \\\n           -e REMOTE_DESIRED=True_or_False   \\\n           -e PABOT_PROC=Number_of_Process      \\\n           -e ROBOT_ITAG=Tags_to_Execute   \\\n           -v \"$PWD/execution/settings/\":/execution/settings \\\n           -v \"$PWD/execution/scripts\":/execution/scripts \\\n           -v \"$PWD/results\":/results \\\n           -v \"$PWD/\":/suite \\\n           --security-opt seccomp:unconfined \\\n           --shm-size \"256M\" \\\n           robotframework-docker\n```\n\n\n## Tag List\n\nWhen using tags on the projects you can select tags from below.\n\n- search\n- stable\n- regression\n\n## Feature List\n\n- Variable-based run on Tests, Suites, Brand, Country, Version, Remote Desired, Number of Parallel Processes, Tags and Result folders.\n- Al Tayer library support i.e. write to log, browserstack build url in logs, save customers, generate random emails and save orders. \n- Async Run to cancel build on local\n- Jenkins Supported build\n- Parallel Run support\n- Retry to test if fails\n- Dockerized Container\n- Browserstack Support\n- Timeouts\n- Headless run in Docker support\n- Save screenshot in a folder\n- URL Generator config\n- Virtual Display inside the docker\n\n![alt text](https://github.com/altayer-digital/Robotframework-Docker/blob/master/tmp/Screen%20Shot%202019-04-11%20at%2012.06.25%20AM.png)\n![alt text](https://github.com/altayer-digital/Robotframework-Docker/blob/master/tmp/Screen%20Shot%202019-04-11%20at%2012.06.45%20AM.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltayer-digital%2Frobotframework-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltayer-digital%2Frobotframework-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltayer-digital%2Frobotframework-docker/lists"}