This project is used to automation test using Automation Pratice Site with Robot Framework.
- Visual Code + extension - Robot Framework Language Server
- Python 3 or above
- Homebrew
- Driver Chrome (Chromedriver) and Firefox (Geckodriver)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask chromedriver
brew install geckodriver
- Open project with Visual Code.
- Run test with compiler or execute commands on Visual Code terminal.
robot -d ./logs web/tests/produtoTest.robot
- Access on project '.logs/report.html' and open Chrome browser to see results.
- Before run the tests you need to install on terminal:
pip3 install robotframework-seleniumlibrary