https://github.com/ffmeyer/takeblip
https://github.com/ffmeyer/takeblip
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ffmeyer/takeblip
- Owner: ffmeyer
- Created: 2022-04-12T20:48:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T15:26:16.000Z (about 4 years ago)
- Last Synced: 2025-01-25T22:54:03.178Z (over 1 year ago)
- Language: RobotFramework
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desafio takeblip
Automação de testes em Python / RobotFramework / Playwright
frontend: https://account.blip.ai/login
## Melhores Praticas incluidas
- Uso de SharedActions (app actions)
- Independencia de cada cenário de teste.
## Cenarios automatizados
#### Testes de frontend
- Cenário de Login
- Cenário de login invalido
## Rodando os testes
Para rodar os testes, rode o seguinte comando
```bash
Para uso em desenvolvimento
robot -d ./logs tests
```
## Pacotes (pypi)
- [robotframework](https://pypi.org/project/robotframework/)
- [robotframework-browser](https://pypi.org/project/robotframework-browser/)
- [robotframework-databaselibrary](https://pypi.org/project/robotframework-databaselibrary/)
- [robotframework-pabot](https://pypi.org/project/robotframework-pabot/)
- [robotframework-requests](https://pypi.org/project/robotframework-requests/)
## Autores
- [Felipe Meyer](https://www.github.com/ffmeyer)