Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ReadMe.md

SystemLink Enterprise API Examples

This directory holds self-contained python scripts for the SystemLink Enterprise APIs.

How to run the example?

Unless otherwise specified by the example's README, each example is run in the same way:

  1. Clone or download and extract the repository source.

  2. Install the Python SDK version 3.8 or higher.

  3. Install all the libraries mentioned in the requirements.txt by running pip install requirements.txt in command prompt.

  4. 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.

How to generate API key?

Please refer to this link for generating the API key

API Examples

  • 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.