Qase TestOps Reporters for Python
Monorepo containing Qase TestOps integration tools for Python testing frameworks. This repository includes reporters and API clients designed to streamline the process of reporting test results to Qase TestOps.
-
qase-pytest
Reporter for Pytest, including built-in support for Playwright-based tests. -
qase-robotframework
Reporter for Robot Framework, enabling seamless integration with Qase TestOps.
- qase-python-commons
Shared library containing common components and utilities used by Qase reporters.
-
qase-api-client
Official client for interacting with the Qase TestOps API (v1). Recommended for most use cases. -
qase-api-v2-client
API client supporting the new Qase TestOps API (v2). Use this client for projects leveraging the latest API features.
- qaseio
Legacy client for the Qase TestOps API (v1). Deprecated in favor ofqase-api-client
and should not be used in new projects.