Skip to content

Commit

Permalink
Atualização README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thinogueiras committed Feb 12, 2024
1 parent 194687a commit 49e0b06
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Projeto de testes e2e realizado na 2ª temporada da série: Viver de Teste.
# Projeto de testes E2E realizado na 2ª temporada da série: Viver de Teste.

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

## Confira no link a execução dos testes no [Browserstack.](https://automate.browserstack.com/dashboard/v2/public-build/MWhzbVhwd3hpL3RUaDFWZ2V0emY2UVlIeEoxMmFlQm5wTEFPMGh4SUhQTkhjZlVjMzVFUHJLd0RCUitNQzVkOGFRRmN2YndqcmdQU0VzK2g5OU1KcXc9PS0tS1ZUQ3REMHhEYXZuaWxLMGJuVWs1dz09--38294f350c780b5d75331538c524c76bf9f7bfa1)

## Premiação do desafio VDT 🏅 🏅

![Alt text](images/winners.jpeg)


## Pré-requisitos mínimos de ambiente 📋 💻

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

[Node.js](https://nodejs.org/en) 18.17.1.
* [Node.js](https://nodejs.org/en) 18.17.1.


## Instalação do projeto 🚀 🚀
Expand All @@ -22,7 +20,7 @@
pip install -r requirements.txt
```

## Instruções 📢 ℹ️
## Instruções 📢 📢

Executar o comando abaixo no terminal:

Expand All @@ -38,22 +36,20 @@ rfbrowser init
robot -d ./logs -v BROWSER:firefox -v HEADLESS:False tests/
```

### Chrome:
### Chromium:

```
robot -d ./logs -v BROWSER:chromium -v HEADLESS:False tests/
```

## Relatórios 📝 📄

Verifique a pasta `logs` para visualizar os <b>relatórios</b> da execução.

Abra o arquivo `report.html` ou `log.html` que é mais detalhado.
Verifique a pasta `logs` para visualizar os <b>relatórios</b> da execução: `report.html` ou `log.html`.

---

<a href="https://www.linkedin.com/in/thinogueiras"><img alt="Linkedin" src="https://img.shields.io/badge/-LinkedIn-blue?style=for-the-badge&logo=Linkedin&logoColor=white"></a>

<strong>Thiago Nogueira dos Santos</strong> 🤓 🫰🏽
<strong>Thiago Nogueira dos Santos</strong> 🤓 ✌🏻

QA Automation Engineer 🔎 🐞

0 comments on commit 49e0b06

Please sign in to comment.