https://github.com/brunodorea/devtalk-automacao-com-robot-framework
workshop de introdução ao framework de automação de testes e processos Robot Framework com hands-on em Web Testing
https://github.com/brunodorea/devtalk-automacao-com-robot-framework
robotframework selenium
Last synced: 8 months ago
JSON representation
workshop de introdução ao framework de automação de testes e processos Robot Framework com hands-on em Web Testing
- Host: GitHub
- URL: https://github.com/brunodorea/devtalk-automacao-com-robot-framework
- Owner: BrunoDorea
- Created: 2023-03-04T12:59:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T16:25:15.000Z (over 2 years ago)
- Last Synced: 2025-03-22T06:44:13.827Z (8 months ago)
- Topics: robotframework, selenium
- Language: RobotFramework
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Workshop: Automoação de Testes como Robot Framework
## Comandos
### Executar todos scripts
```shell
robot .
```
### Executando um script
```shell
robot arquivo.robot
```