{"id":15144516,"url":"https://github.com/fatimazza/robotapitest","last_synced_at":"2026-02-28T11:04:29.574Z","repository":{"id":189078538,"uuid":"679988122","full_name":"Fatimazza/RobotAPITest","owner":"Fatimazza","description":"API Automation Testing using Robot Framework with Request Library, Python, \u0026 POM Design Pattern","archived":false,"fork":false,"pushed_at":"2023-08-22T07:34:18.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T23:38:02.469Z","etag":null,"topics":["api-automation","python","requests-library-python","robot-framework"],"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/Fatimazza.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":"2023-08-18T04:49:59.000Z","updated_at":"2023-08-22T01:39:37.000Z","dependencies_parsed_at":"2024-11-01T15:41:07.534Z","dependency_job_id":"f0deb309-8bbc-4f26-8bea-3502fdf853c4","html_url":"https://github.com/Fatimazza/RobotAPITest","commit_stats":{"total_commits":55,"total_committers":1,"mean_commits":55.0,"dds":0.0,"last_synced_commit":"10d6bac3347c0f1442964fea9427b001faaaf865"},"previous_names":["fatimazza/robotapitest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FRobotAPITest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FRobotAPITest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FRobotAPITest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fatimazza%2FRobotAPITest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fatimazza","download_url":"https://codeload.github.com/Fatimazza/RobotAPITest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247520640,"owners_count":20952212,"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":["api-automation","python","requests-library-python","robot-framework"],"created_at":"2024-09-26T10:41:55.624Z","updated_at":"2025-10-25T13:36:46.945Z","avatar_url":"https://github.com/Fatimazza.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eRobot API Test\u003c/h1\u003e\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\n:sparkles: API Automation Testing using Robot Framework with Requests Library, Python, \u0026 POM Design Pattern :sparkles:\n\u003c/p\u003e\n\n## Preparation\n\nWhat will be used in this project\n\n| Item           | Source                                                         |\n| -------------- | ------------------------------------------------------------ |\n| Editor         | VS Code (https://code.visualstudio.com/download) |\n| Package Manager| PIP (https://pip.pypa.io/en/stable/getting-started/) |\n| UI Test Tools  | Robot Framework with Python (https://robotframework.org/#getting-started) |\n|                | Requests Library (https://docs.robotframework.org/docs/different_libraries/requests) |\n| Design Pattern | POM or Page Object Model |\n| Test Reporter  | Robot Framework with Python (https://robotframework.org/#getting-started)|\n| Run on         | Terminal or Command Prompt  |\n\n## Pre-Requisite Installation\n\nInstall VS Code Editor, Python, and PIP\n\nTo check whether you already installed Python \u0026 PIP\n\n```Bash\npython --version\n```\n\n```Bash\npython -m pip --version\n```\n\n## Testing Tools Installation\n\nInstall Robot Framework\n\n```Bash\npython -m pip install robotframework\n```\n\nInstall Request\n\n```Bash\npython -m pip install requests\n```\n\nInstall Robot Framework Request\n\n```Bash\npip install robotframework-requests\n```\n\nRobot Framework Jsonlibrary\n\n```Bash\npip install robotframework-jsonlibrary\n```\n\n## Setting up Project\n\n### Clone\n\n**👉 [Clone this Repository](https://github.com/Fatimazza/RobotAPITest/)** through Terminal or Command Prompt\n\n### Open the Project on Editor\n\nOpen this Automation Project using VS Code Editor.\n\n### Run the Automation Project \n\nChange to Project directory on Terminal or Command Prompt\n\n```Bash\ncd RobotAPITest\n```\n\nRun All Tests on Terminal\n\n```Bash\nrobot --outputdir output/ .\n```\n\nRun Specific Test\n\n```Bash\nrobot --outputdir output/ step/Suite01_GetRequest.robot\n```\n\n### Test Execution HTML Report\n\n:white_check_mark: Report available on \u003cb\u003e RobotAPITest/output/report.html \u003c/b\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatimazza%2Frobotapitest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffatimazza%2Frobotapitest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatimazza%2Frobotapitest/lists"}