Skip to content

katalon-studio/testops-commons-python

Repository files navigation

Katalon TestOps Commons Python

TestOps Commons for Python language.

Usage

  • module name: testops-commons
  • install lastest version from pypi:
    python3 -m pip install testops-commons
    
  • testops-config.json file will be read from the root of python project. File here is a sample for testing purpose.

Development

Setup Prerequisites

  • python >= 3.6
  • install requirements:
    python3 -m pip install -r requirements.txt
    

Local Run

  • install as local module:
    python3 -m pip install setup.py