You can use these tests as templates for your own tests. Simply edit the capabilities and the test method to fit your needs.
You can clone the repository to your machine and open it in Visual Studio. The file AssemblyInfo.cs contains a line [assembly: Parallelizable(ParallelScope.Fixtures)]
.
that is designed to allow you to run the tests in paralell
You can also run each test separately should you choose to.
The tests rely on an access key that allows you to send test requests to seetest.io cloud. In the code, the access key tries to look for an access key as
environment variable. If you haven't configured an access key as environment variable, you will have to specify it directly in the code.
We've included .yml configuration files in this project in order to allow you to run these tests in a CI/CD environment For Jenkins, read our tutorial on how to set up the job. See below for each service that we included: