An open API service indexing awesome lists of open source software.

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

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
```