Skip to content

Commit

Permalink
Refatoração no projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
thinogueiras committed Mar 1, 2024
1 parent 77a22d0 commit b99a5e7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
Binary file removed .github/images/python.png
Binary file not shown.
Binary file removed .github/images/robot.png
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: Test Execution Reports
name: Reports
path: reports
retention-days: 90
if-no-files-found: warn
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@

[![Robot Framework - API Tests](https://github.com/thinogueiras/Robot-API-Tests/actions/workflows/continuous-testing.yml/badge.svg)](https://github.com/thinogueiras/Robot-API-Tests/actions/workflows/continuous-testing.yml)

<p align="center">
<img src=".github/images/robot.png" width="275px">
<img src=".github/images/python.png" width="325px">
</p>
## Pré-requisitos mínimos de ambiente:

## Pré-requisitos mínimos de ambiente 📋 💻
* [Python](https://www.python.org/downloads/) 3.10.x.

* [Python](https://www.python.org/downloads/) 3.10.12 ou superior.

## Instalação do projeto 🚀 🚀
## Instalação do projeto:

```
pip install -r requirements.txt
Expand Down
10 changes: 10 additions & 0 deletions tests/authorization.robot
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*** Settings ***
Documentation Autorização
Resource ../resources/base.resource

Suite Setup Setup

***Test Cases***
Deve exigir autenticação
Check Route Authentication contas saldo transacoes movimentacoes

0 comments on commit b99a5e7

Please sign in to comment.