This project is for practice robot framework using Training Wheel website with friend collaboration:
- Requires Robot
- Python 2.7 or above
- after downloading the project, please install python and use this pip commands:
pip install robotframework
pip install --upgrade robotframework-seleniumlibrary
- Add webdriver to the path (eg: Chromedriver, geckodriver)
project\logs
project\logs
full test cycle:
robot -d ./logs tests
Smoke test:
robot -d ./logs -i smoke tests
Install robotframework-pabot
pip install -U robotframework-pabot
Run:
pabot --processes 2 --outputdir Results\ Tests\*.robot
Note: add this parameters to ignore errors in the base page: Open Browser about:blank Chrome executable_path=C:/path/to/chromedrive options=add_argument("--ignore-certificate-errors")