Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Pytest example

Example of tests with Pytest 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 /python-examples/pytest
  3. Install dependencies pip install -r requirements.txt
  4. Run tests via pytest
  5. Configure the tests to run in connection_config.ini file. How to configure?
  6. Run pytest --testit to upload the results to TMS

Project structure