Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Behave example

Example of tests with Behave 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 behave
  3. Install dependencies pip install -r requirements.txt
  4. Run tests via behave
  5. Configure the tests to run in connection_config.ini file. How to configure?
  6. Run behave -f testit_adapter_behave.formatter:AdapterFormatter to upload the results to TMS

Project structure

  • features/ – test files
  • connection_config.ini - configuration file where specified base options for tests
  • requirements.txt - list of items to be installed