Qase Pytest Plugin integrates pytest with Qase TestOps and Qase Report, allowing you to publish test results, manage test cases, and track test runs. Version 8.1.0 requires Python >=3.9. The library is actively maintained with regular releases.
pip install qase-pytestVerified import paths — ran on the pinned version, not inferred.
Set up Qase API token and project code via environment variables, then run 'pytest --qase' to publish results.
Replace '@pytest.mark.qase(id)' with '@pytest.mark.qase_id(id)'.
Use 'from qaseio.pytest import qase_api' in your conftest.py.
Use 'pytest --qase-mode testops' instead of setting QASE_MODE environment variable.