https://github.com/thinogueiras/robot-selenium-browserstack
Automação de Testes E2E com Robot Framework e Selenium WebDriver.
https://github.com/thinogueiras/robot-selenium-browserstack
browserstack e2e-tests github-actions python robotframework selenium-library selenium-webdriver test-automation web-testing
Last synced: about 2 months ago
JSON representation
Automação de Testes E2E com Robot Framework e Selenium WebDriver.
- Host: GitHub
- URL: https://github.com/thinogueiras/robot-selenium-browserstack
- Owner: thinogueiras
- License: mit
- Created: 2024-02-15T22:33:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T16:47:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T23:38:04.003Z (10 months ago)
- Topics: browserstack, e2e-tests, github-actions, python, robotframework, selenium-library, selenium-webdriver, test-automation, web-testing
- Language: RobotFramework
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projeto de testes E2E com Robot Framework e Selenium WebDriver.
[](https://github.com/thinogueiras/Robot-Selenium-BrowserStack/actions/workflows/continuous-testing.yml) [](https://github.com/thinogueiras/Robot-Selenium-BrowserStack/actions/workflows/browserstack-testing.yml)
## Pré-requisitos mínimos de ambiente:
* [Python](https://www.python.org/downloads/) 3.11.x.
* [Node.js](https://nodejs.org/en) 18.17.x.
## Instalação do projeto:
```
pip install -r requirements.txt
```
## Setup BrowserStack (Opcional):
```
browserstack-sdk setup --framework "robot" --username "" --key ""
```
## Execução dos testes - Local 🤖 🤖
* ### Normal:
```
robot -d ./reports tests/
```
* ### Headless:
```
robot -d ./reports -v BROWSER:headlesschrome tests/
```
## Execução dos testes - BrowserStack 🤖 🤖
* ```
browserstack-sdk robot -d ./reports -e ignore-bs tests/
```
---
## Relatórios 📝 📄
Verifique a pasta `reports` para visualizar os relatórios da execução: `report.html` ou `log.html`.
---
## Sobre a integração com o BrowserStack:
### Execuções disparadas automaticamente pelo pipeline do GitHub Actions:

### Observabilidade dos Testes:

---
Thiago Nogueira dos Santos 🤓 ✌🏻
QA Automation Engineer 🔎 🐞