https://github.com/victoriaduarte/serverest-api-testing
API test automation project with Robot Framework
https://github.com/victoriaduarte/serverest-api-testing
api-rest api-testing automation robotframework web-testing
Last synced: 5 months ago
JSON representation
API test automation project with Robot Framework
- Host: GitHub
- URL: https://github.com/victoriaduarte/serverest-api-testing
- Owner: victoriaduarte
- Created: 2022-02-02T22:46:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T02:22:13.000Z (over 3 years ago)
- Last Synced: 2024-12-25T07:34:55.371Z (10 months ago)
- Topics: api-rest, api-testing, automation, robotframework, web-testing
- Language: RobotFramework
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ServeRest API
O ServeRest é uma API REST que simula uma loja virtual para servir de material de estudos de testes de API
:shopping_cart: https://serverest.dev/
## Endpoints
- [x] Login
- [x] Usuários
- [x] Produtos
- [x] Carrinhos## Instalação
- Instalar o Python
- Instalar o driver do navegador e adicionar ao path nas variáveis de ambiente do sistema
- Instalar as dependências do Robot Framework: `python -m pip install -r requirements.txt`## Libraries externas utilizadas
- RequestsLibrary
- FakerLibrary
- RPA.JSON## Execução dos testes
- Executar no terminal: `robot -d Results .\API\`
## Resultado dos testes
- Acessar o arquivo *log.html* na pasta *Results*