test-manager
2021.10
false
Test Manager installation guide
- Getting started
- Hardware and software requirements
- Installation and upgrade
Test Manager Provisioning Tool allows you to run installation and upgrades through CLI. You can find this tool packaged with each build as testmanager.exe in the default installation location, as follows: C:\Program Files (x86)\UiPath\TestManager\Tools\TestManagerProvisioner. Alternatively, you can find the executable in your custom installation folder.
To start using the provisioning tool, download and install the UiPath Test Manager installation package on your machine.
Important:
The command-line parameters are case sensitive.
Commands
The following sections list the available command-line parameters.
Database
| Command | Option | Description |
|---|---|---|
update | -cs, --connectionString <connectionstring> | The connection string of the database. |
-asp, --appSettingsPath <appsettingspath> (Required) | The absolute path to the app settings configuration file. | |
-v, --version <version> | Version ID. | |
-?, -h, --help | Show help and usage information. | |
get-lastmigration | -cs, --connectionString <connectionstring> | Show help and usage information. |
-asp?, --appSettingsPath <appsettingspathc> | The absolute path to the app settings configuration file. | |
-?, -h, --help | Show help and usage information. | |
rollback | -cs, --connectionString <connectionstring> | The connection string of the database. |
-asp, --appSettingsPath <appsettingspath> | The absolute path to the app settings configuration file. | |
-v, --version <version>(Required) | Version ID. | |
-?, -h, --help | Show help and usage information. |
Install
| Option | Description |
|---|---|
-asp, --appSettingsPath <appsettingspath> Required | The absolute path to the app settings configuration file. |
-iu, --identityUrl <identityurl> Required | The absolute URL where Identity Server is located. |
-iit, --identityInstallationToken <identityinstallationtoken> Required | The authentication token for provisioning clients in Identity Server. |
-ou, --orchestratorUrl <orchestratorurl> Required | The absolute URL where Orchestrator is located. |
-otn, --orchestratorTenantName <orchestratortenantname> | The name of the tenant for Orchestrator and for authentication. |
-oap, --orchestratorAdminPassword <orchestratoradminpassword> Required | The administrator password for Orchestrator. |
-tmu, --testManagerUrl <testmanagerurl> Required | The absolute URL where Test Manager is located. |
-obf, --obfuscate <obfuscate> | Indicates if the values should be obfuscated. Boolean (True, False) |
-?, -h, --help | Show help and usage information. |
Obfuscator
| Command | Option | Description |
|---|---|---|
obfuscate | text <value> | The value that you want to obfuscate or deobfuscate. |
appsettings <appsettingspath> | The absolute path to the app settings configuration file. | |
obfuscator deobfuscate | text <value> | The value that you want to obfuscate or deobfuscate. |
appsettings <appsettingspath> | The absolute path to the app settings configuration file. | |
-?, -h, --help | Show help and usage information. |
Update
| Command | Option | Description |
|---|---|---|
update | -asp, --appSettingsPath <appsettingspath> Required | The absolute path to the app settings configuration file. |
-?, -h, --help | Show help and usage information. |
Register
| Command | Option | Description |
|---|---|---|
identit-api-client | -iu, --identityUrl <identityurl> Required | The absolute URL where Identity Server is located. |
-iit, --identityInstallationToken <identityinstallationtoken> Required | The authentication token for provisioning clients in Identity Server. | |
-?, -h, --help | Show help and usage information. |