Configure the Remote Service
![]() |
This topic describes a legacy feature that Tricentis plans to discontinue in the near future. For detailed information on the deprecation plan and time line, see this Tricentis Knowledge Base article. To find out about alternatives, check out this topic. |
If you execute your tests via Remote Service, you need to configure the behavior of the Remote Execution Service on the machine that will execute your tests.
To do so, modify the appsettings.json file, located at %COMMANDER_HOME%\ToscaCI.
You can modify the following settings:
Setting |
Description |
Optional |
---|---|---|
Logging |
Define the behavior of the Remote Service log. |
X |
Enter the address of the Remote Execution Service. By default, the Tosca Continuous Integration Client (Tosca CI Client) and the Remote Execution Service communicate via port 8732. You can change this port if needed. |
|
|
Settings > WorkspacePath |
Path to the workspace that will execute the tests. Example: C:/Tosca Projects/Tosca Workspaces/MyWorkspace.tws |
|
Settings > LoginName |
Login name for the workspace. If you use LDAP authentication for your repository, you can use the domain and the Windows user name as LoginName. |
|
Settings > LoginPassword |
Password to the workspace, if you have set a password for the workspace. If you use LDAP authentication for your repository, you do not need to enter a password. |
|
Settings > LogLevel |
Define the level of detail in the workspace log. |
X |
Settings > MaxWaitForCheckout |
The maximum time in milliseconds the Tosca CI Client waits to checkout the ExecutionLists folder. If the Tosca CI Client cannot checkout the folder within the specified time, it aborts the execution and reports it as failed. The default value is 300000 milliseconds. |
X |
Define which Tosca CI Clients the Remote Execution Service is allowed to run. If you enter a value for AuthenticationUsername, the Remote Execution Service only runs Tosca Continuous Integration Clients with the same value in the ToscaCIClient.dll.config file. |
X |
|
If you have defined an AuthenticationUsername, you must also enter a value for AuthenticationPassword. |
X |