Installation

Install from PyPI

pip install je_api_testka

Install with GUI support

pip install je_api_testka[gui]

Requirements

  • Python 3.10 or later

  • Dependencies: requests, Flask, httpx

  • Optional (GUI): PySide6==6.11.0, qt-material

Development Setup

# Clone the repository
git clone https://github.com/Intergration-Automation-Testing/APITestka.git
cd APITestka

# Install development dependencies
pip install -r dev_requirements.txt

# Run tests
pytest