This directory holds self-contained example projects for the SystemLink Test Monitor service API. To make finding relevant examples easier, a summary of each one is listed below.
Examples for other SystemLink Client APIs are available in the root examples directory.
Unless otherwise specified by the example's README, each example is run in the same way:
- Download and extract the repository source.
- Install the .NET Core SDK.
- Navigate to the example's directory and use the
dotnet runcommand.
To run the example, use the following command:
dotnet run -- --server <url> <username> <password>
For example: dotnet run -- --server https://my_server admin "my password".
- Results: Demonstrates how to use the SystemLink Test Monitor API to create test results and steps.
- File Attachment: Demonstrates how to use the SystemLink Test Monitor API to attach files from the SystemLink server to a test result using the SystemLink File API.