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

https://github.com/maxfmachado/tests-using-robot-framework


https://github.com/maxfmachado/tests-using-robot-framework

robot-framework testing

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# rocklov web with Robot Framework 🤖

Testes da webapp Rocklov utilizando a lib [Browser](https://github.com/MarketSquare/robotframework-browser) do Robot.

## Try it out ‍🚀
Install [Python](https://www.python.org/) and [NodeJS](https://nodejs.org/en/)

Run from the commandline:

1. `pip install -U pip`
2. `pip install robotframework`
3. `pip install robotframework-browser`
4. `rfbrowser init`

then youre ready to run the tests. Use `robot -d ./ tests/`

🙃