/robotForFun

Training Wheels Protocol

Primary LanguageHTML

robotForFun

Author: Telmo Rodrigues Correa

This project is for practice robot framework using Training Wheel website with friend collaboration:

Juliane Pascoal

Telmara Silva de Sá

Karen Botelho

Tiago Dias

Installation:

  • 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)

Screenshots, Console log and reports:

project\logs

Console logs:

project\logs

Commands:

full test cycle:

robot -d ./logs tests

Smoke test:

robot -d ./logs -i smoke tests

How to run Tests Parallelly:

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")