- Requires Robot Framework
- 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
pip install --upgrade robotframework-faker
pip install webdriver-manager
- Install Node
- install Java
- After installing type the command line bellow:
npm install -g allure-commandline --save-dev
Run command
robot --listener allure_robotframework:Allure_Report tests
To Open Allure report, type the command line:
allure serve Allure_Report
project\Results
project\Results
full test cycle:
robot -d ./Results tests
Smoke test:
robot -d ./Results -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")