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
- Host: GitHub
- URL: https://github.com/maxfmachado/tests-using-robot-framework
- Owner: maxfmachado
- Created: 2021-08-26T02:27:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T19:09:00.000Z (over 4 years ago)
- Last Synced: 2025-06-02T10:04:41.417Z (about 1 year ago)
- Topics: robot-framework, testing
- Language: HTML
- Homepage:
- Size: 7.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`
🙃