https://github.com/allysr/barriga-api-test
O objetivo desses testes é validar as API's das funcionalidades cadastrar conta, realizar login e movimentações de saldo.
https://github.com/allysr/barriga-api-test
java rest-api rest-assured testes-automatizados
Last synced: 2 months ago
JSON representation
O objetivo desses testes é validar as API's das funcionalidades cadastrar conta, realizar login e movimentações de saldo.
- Host: GitHub
- URL: https://github.com/allysr/barriga-api-test
- Owner: Allysr
- Created: 2023-09-09T23:23:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T20:00:59.000Z (over 2 years ago)
- Last Synced: 2025-03-14T10:15:47.328Z (over 1 year ago)
- Topics: java, rest-api, rest-assured, testes-automatizados
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Estudo de Rest Assured
#### 🔖 Como executar o projeto:
```diff
• git clone
• cd barrigaRestAssured
• instale as dependencias maven
• execute a classe de teste
```