This directory holds self-contained python scripts for the SystemLink Enterprise APIs.
Unless otherwise specified by the example's README, each example is run in the same way:
-
Clone or download and extract the repository source.
-
Install the Python SDK version 3.8 or higher.
-
Install all the libraries mentioned in the requirements.txt by running
pip install requirements.txtin command prompt. -
To run the example, use the following command:
python <filename.py> --server <url> <api_key>For example:
python create_results_and_steps.py --server https://my_server apiKey.
Please refer to this link for generating the API key
- CreateResultsAndSteps: Demonstrates how to use the SystemLink Test Monitor API to publish test results to the server.
- DeleteResults: Demonstrates how to use the SystemLink Test Monitor API to create and delete test results.