Skip to main content

Zephyr (TM4J) Python REST API wrapper

Project description

Zephyr-python-api

PyPI - Python Version PyPI PyPI - License

Project description

This is a set of wrappers for Zephyr Scale (TM4J) REST API. This means you can interact with Zephyr Scale without GUI, access it with python code and create automation scripts for your every day interactions.

For more detailed information please see the project's documentation.

To be done:

  • More usage examples
  • Tests, tests and tests for gods of testing
  • Convenient docs
  • Implementing higher level wrappers representing Test Case, Test Cycle, etc.

Installation

pip install zephyr-python-api

Example usage

Zephyr Cloud auth:

from zephyr import ZephyrScale

zscale = ZephyrScale(token="<your_token>")

Zephyr Server (TM4J) auth:

from zephyr import ZephyrScale

# Auth can be made with Jira token
auth = {"token": "<your_jira_token>"}

# or with login and password (suggest using get_pass)
auth = {"username": "<your_login>", "password": "<your_password>"}

# or even session cookie dict
auth = {"cookies": "<session_cookie_dict>"}

zscale = ZephyrScale.server_api(base_url="<your_base_url>", **auth)

Then it is possible to interact with api wrappers:

zapi = zscale.api

# Get all test cases
all_test_cases = zapi.test_cases.get_test_cases()

# Get a single test case by its id
test_case = zapi.test_cases.get_test_case("<test_case_id>")

# Create a test case
creation_result = zapi.test_cases.create_test_case("<project_key>", "test_case_name")

License

This library is licensed under the Apache 2.0 License.

Links

Zephyr Scale Cloud API docs

Zephyr Scale Server API docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zephyr_python_api-0.1.0.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

zephyr_python_api-0.1.0-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file zephyr_python_api-0.1.0.tar.gz.

File metadata

  • Download URL: zephyr_python_api-0.1.0.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.18

File hashes

Hashes for zephyr_python_api-0.1.0.tar.gz
Algorithm Hash digest
SHA256 62ea468b26df8706fe238a1fafa44d0734ba2d07f1e41403fd25399d8ae7a859
MD5 1bd0a7d6aadcba7f64ef235d7e149462
BLAKE2b-256 86091c39dfda9b8c47ea56278e8892650fe5e7fd0b136dc74fd047b66268d18c

See more details on using hashes here.

File details

Details for the file zephyr_python_api-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for zephyr_python_api-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f9f8e27d31ef625b273d275086f36b13283647b538cc37b518542817674fdb5
MD5 e0d10e2fae09920fa6c213878cc79e82
BLAKE2b-256 bc9beb95c6647459147e588ad945d499b47fbacc15a5a831382ffeea7b6da737

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page