Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Robot Framework example

Example of tests with Robot Framework and adapter for Test IT

Setup

  1. Install python version 3.6+
  2. Clone this repository git clone https://github.com/testit-tms/python-examples.git && cd robotFramework
  3. Install dependencies pip install -r requirements.txt
  4. Run tests via robot tests
  5. Configure the tests to run in connection_config.ini file. How to configure?
  6. Run robot -v testit tests to upload the results to TMS

Project structure