Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotcourses/rf_requestslibrary
Testes Automatizados de API com Robot Framework & RequestsLibrary
https://github.com/robotcourses/rf_requestslibrary
api requests requests-library robotframework
Last synced: about 1 month ago
JSON representation
Testes Automatizados de API com Robot Framework & RequestsLibrary
- Host: GitHub
- URL: https://github.com/robotcourses/rf_requestslibrary
- Owner: robotcourses
- Created: 2024-08-13T00:10:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T01:43:33.000Z (3 months ago)
- Last Synced: 2024-10-09T23:24:01.912Z (about 1 month ago)
- Topics: api, requests, requests-library, robotframework
- Language: RobotFramework
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ☁️ Testes de API com Robot Framework & RequestsLibrary ☁️
## 👨💻 TECNOLOGIAS UTILIZADAS
- Python: https://www.python.org/downloads/release/python-3810/
- Poetry: https://python-poetry.org/docs/
- Robot Framework: https://pypi.org/project/robotframework/
- Requests Library: https://pypi.org/project/robotframework-requests
- VSCode: https://code.visualstudio.com/download
- Plugin:
- Robot Framework Language Server: https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp
- Python: https://marketplace.visualstudio.com/items?itemName=ms-python.python## 🖥️ CONFIGURAÇÃO DO POETRY
[![POETRY](https://img.youtube.com/vi/1z4JDp-Ky9g/0.jpg)](https://www.youtube.com/watch?v=1z4JDp-Ky9g)
## 🦾 INSTALANDO DEPENDÊNCIAS DO PROJETO
```
poetry install
```## 🎥 PLAYLIST COM A CONSTRUÇÃO DO PROJETO
[EM BREVE]