.. Zephyr Python API documentation master file, created by
sphinx-quickstart on Sat Jun 17 21:27:13 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Zephyr Python API's documentation!
=============================================
The package is a set of python wrappers for Zephyr Scale (TM4J) REST API (both Cloud and Server/DataCenter).
Interact with Zephyr Scale using python and create automation scripts for your daily routines.
The idea of the package is to have two parts in it: a set of low-level wrappers and Zephyr objects (like a test case or a test cycle).
The low-level wrappers simply perform requests to the API endpoints.
The objects should provide OOP approach and leverage the low-level wrappers. Currently the Zephyr objects are not implemented.
.. toctree::
:maxdepth: 3
:caption: Contents:
installation
examples
troubleshooting
zephyr
Limitations
***********
The wrappers only implement public API methods from the official SmartBear Zephyr Scale Cloud and Server/DataCenter APIs.
Useful links
************
`Zephyr Scale Cloud API docs `_
`Zephyr Scale Server/Data Center API docs `_