{"id":21480466,"url":"https://github.com/codewithmmak/robotframework-testautomation","last_synced_at":"2026-01-07T01:36:47.480Z","repository":{"id":40359848,"uuid":"358818329","full_name":"codewithmmak/RobotFramework-TestAutomation","owner":"codewithmmak","description":"This is sample Test Automation framework is designed using Robot Framework. And in this framework we will see some basic working examples for learning.","archived":false,"fork":false,"pushed_at":"2024-05-22T13:37:43.000Z","size":95,"stargazers_count":3,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-23T00:16:40.078Z","etag":null,"topics":["keyword-driven-testing","pom","python3","robotframework","selenium-python","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","language":"RobotFramework","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithmmak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-17T07:52:18.000Z","updated_at":"2024-05-29T21:38:06.633Z","dependencies_parsed_at":"2023-01-30T01:15:58.923Z","dependency_job_id":"5b760021-cb95-4744-b7b2-775a9a671bb7","html_url":"https://github.com/codewithmmak/RobotFramework-TestAutomation","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/codewithmmak%2FRobotFramework-TestAutomation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2FRobotFramework-TestAutomation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2FRobotFramework-TestAutomation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmmak%2FRobotFramework-TestAutomation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithmmak","download_url":"https://codeload.github.com/codewithmmak/RobotFramework-TestAutomation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245916741,"owners_count":20693400,"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":["keyword-driven-testing","pom","python3","robotframework","selenium-python","selenium-webdriver"],"created_at":"2024-11-23T12:15:14.550Z","updated_at":"2026-01-07T01:36:47.438Z","avatar_url":"https://github.com/codewithmmak.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Robot Test Automation Framework](./Images/robot-framework.png?raw=true \"Robot Test Automation Framework\")\n\n# Robot Test Automation Framework Examples\nThis is sample Test Automation framework is designed using Robot Framework. And in this framework we will see some basic working examples for learning.\n\n## Features\n* This automation framework is designed using Robot Framework.\n* Python is used as scripting language.\n* Reporting is implemented using `Robot Framework` in-built module. This generates the report in html and it captures the screenshots.\n\n## To Get Started\n\n### Pre-requisites\n* Download and install Chrome or Firefox browser.\n* Download and install Python\n* Download and install any Text Editor like Visual Code/Sublime/Brackets\n\n### Setup Robot Framework \n* Clone the repository into a folder\n* Go to Project root directory and install dependencies by running: `pip install -r requirements.txt`\n* All the dependencies from requirements.txt would be installed.\n* \n* Now you have to set the path of ChromeDriver. \n    Download the ChromeDriver from `https://chromedriver.chromium.org/`\n    Unzip and save it in any location, but preferably in root directory of the framework.\n    Add Environment Varable to System Variable path, in my case its `D:\\MyWorkSpace\\Drivers`\n\n### How to run Robot Test Suite\n1. From CLI, go to the directory where you have saved your test case file.\n2. Then execute the following command `python -m robot TestSuite`\n\n### How to run single Robot Script\n1. From CLI, go to the directory where you have saved your test case file.\n2. Then execute the following command `python -m robot TestSuite/CreateAnAccountTest.robot`\n\n### How to open RIDE\n1. Open Command Prompt\n2. Go to you Project Path\n3. Type: `ride.py`\n4. Hit Enter key\n\n### How to view HTML Report\n* Go to root directory of your project and open `report.html`\n\n![Robot Test Automation Framework Test Result](./Images/report.PNG?raw=true \"Robot Test Automation Framework HTML Test Report\")\n\n### How to upgrade to latest packages version\n* Open Terminal and run command `pip install --upgrade -r requirements.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmmak%2Frobotframework-testautomation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithmmak%2Frobotframework-testautomation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmmak%2Frobotframework-testautomation/lists"}