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 37a7d85
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
Binary file removed .github/images/python.png
Binary file not shown.
Binary file removed .github/images/robot.png
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
api-tests:
runs-on: ubuntu-latest
name: Robot Framework API Tests 🤖🤖
name: API Tests 🤖🤖

steps:
- name: Checkout 🚀🚀
Expand All @@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
robotframework
robotframework-requests
robotframework==7.0
robotframework-requests==0.9.6
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 37a7d85

Please sign in to comment.