{"id":15018816,"url":"https://github.com/yuryalencar/rest_api_test_automation_template","last_synced_at":"2025-10-23T22:32:58.909Z","repository":{"id":55974037,"uuid":"297670190","full_name":"yuryalencar/rest_api_test_automation_template","owner":"yuryalencar","description":"This is a template for make API tests using the Robot Framework creating a tests suite.","archived":false,"fork":false,"pushed_at":"2020-12-03T14:12:57.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T21:35:18.260Z","etag":null,"topics":["api-rest","api-tests","python3","robotframework","template-project","tests"],"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/yuryalencar.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}},"created_at":"2020-09-22T14:12:31.000Z","updated_at":"2025-01-05T14:49:19.000Z","dependencies_parsed_at":"2022-08-15T10:40:17.680Z","dependency_job_id":null,"html_url":"https://github.com/yuryalencar/rest_api_test_automation_template","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Frest_api_test_automation_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Frest_api_test_automation_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Frest_api_test_automation_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Frest_api_test_automation_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuryalencar","download_url":"https://codeload.github.com/yuryalencar/rest_api_test_automation_template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237893661,"owners_count":19383093,"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-rest","api-tests","python3","robotframework","template-project","tests"],"created_at":"2024-09-24T19:52:29.700Z","updated_at":"2025-10-23T22:32:48.899Z","avatar_url":"https://github.com/yuryalencar.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eTemplate for Create and Run API tests using Robot Framework.\u003c/h3\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [About Project](#about-project)\n- [Starting](#starting)\n  - [Installation](#installation)\n  - [Languages used](#languages-used)\n  - [How To Use](#how-to-use)\n  - [Best Pratices](#best-pratices)\n  - [Files by directories](#files-by-directories)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## About Project\n\nThis is a template for make api tests using Robot Framework creating tests suite.\n\n## Starting\n\n### Installation\n\n1. To install this project you can clone it and go to step 2. Or use the commands below:\n    ```\n    npm install rest_api_test_automation_template\n    ```\n    1.1 Extract the test project from the node_modules folder and save it in your preferred location.\n\n2. This project ** requires Robot Framework installed **. Install the Robot using the steps below.\n\n    2.1. Install Python 3\n    ```\n    https://www.python.org/downloads/\n    ```\n\n    2.2. Install Robot Framework\n    ```\n    pip3 install robotframework\n    ```\n\n    2.3. Install HTTP Requests Library\n    ```\n    pip3 install -U requests\n    pip3 install -U robotframework-requests\n    ```\n\n### Languages used\n\n- [Robot Framework (Python Version)](https://robotframework.org/)\n\n### How To Use\n\n1. Run your all tests\n```\nrobot -d ./logs tests\n```\n\n2. Run your test by test suite\n```\nrobot -d ./logs tests/feature_name\n```\n\n### Best Pratices\n\n1. Run yours tests using `-d ./logs` for organize log files.\n2. Not remove Config example files.\n3. create your Commons file according to your need.\n\n### Files by directories\n\nBelow is a list of the files by directory.\n\n|               Directory | Files in folder                                                               |\n| ----------------------: | ----------------------------------------------------------------------------- |\n|                `config` | **config_name.robot** All files used to configure your Robot tests, such as tokens and more.  |\n|                  `libs` | **lib_name.py** all Python files used to provide support in tests.                            |\n|                `common` | **common_filename.robot** All common codes used to make requests.   |\n|                 `tests` | **feature/suite_tests_name.robot** All tests files.   |\n\n## Contributing\n\nContributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be **much appreciated**.\n1. Make a project Fork\n2. Create a Branch for your feature (`git checkout -b feature/amazing-feature`)\n3. Insert your changes (`git add .`)\n4. Make a commit with your changes (`git commit -m 'feat(package-filename\u003e): Inserting a Amazing Feature !`)\n5. Push the branch (`git push origin feature/amazing-feature`)\n6. Open a Pull Request\n\n## License\n\nDistributed under the MIT license. See `LICENSE` for more information.\n\n## Contact\n\nYury Alencar - [Github](https://github.com/yuryalencar) - **yuryalencar19@gmail.com**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuryalencar%2Frest_api_test_automation_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuryalencar%2Frest_api_test_automation_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuryalencar%2Frest_api_test_automation_template/lists"}