test-manager
2021.10
false
Test Manager 安装指南
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Test Manager 配置工具允许您通过 CLI 运行安装和升级。您可以在默认安装位置找到与每个版本一起打包为 testmanager.exe 的该工具,具体如下所示:C:\Program Files (x86)\UiPath\TestManager\Tools\TestManagerProvisioner。或者,您可以在自定义安装文件夹中找到可执行文件。
要开始使用配置工具,请在计算机上下载并安装 UiPath Test Manager 安装软件包。
重要提示:
命令行参数区分大小写。
命令
以下部分列出了可用的命令行参数。
数据库
| 命令 | 选项 | 描述 |
|---|---|---|
update | -cs, --connectionString <connectionstring> | 数据库的连接字符串。 |
-asp, --appSettingsPath <appsettingspath> (必填) | 应用程序设置配置文件的绝对路径。 | |
-v, --version <version> | 版本 ID。 | |
-?, -h, --help | 显示帮助和用法信息。 | |
get-lastmigration | -cs, --connectionString <connectionstring> | 显示帮助和用法信息。 |
-asp?, --appSettingsPath <appsettingspathc> | 应用程序设置配置文件的绝对路径。 | |
-?, -h, --help | 显示帮助和用法信息。 | |
rollback | -cs, --connectionString <connectionstring> | 数据库的连接字符串。 |
-asp, --appSettingsPath <appsettingspath> | 应用程序设置配置文件的绝对路径。 | |
-v, --version <version>(Required) | 版本 ID。 | |
-?, -h, --help | 显示帮助和用法信息。 |
安装
| 选项 | 描述 |
|---|---|
-asp、--appSettingsPath、<appsettingspath> 为必填项 | 应用程序设置配置文件的绝对路径。 |
-iu、--identityUrl、<identityurl> 为必填项 | Identity Server 所在的绝对 URL。 |
-iit、--identityInstallationToken、<identityinstallationtoken> 为必填项 | 用于在 Identity Server 中预配客户端的认证令牌。 |
-ou、--orchestratorUrl、<orchestratorurl> 为必填项 | Orchestrator 所在的绝对 URL。 |
-otn, --orchestratorTenantName <orchestratortenantname> | 适用于 Orchestrator 和身份验证的租户名称。 |
-oap、--orchestratorAdminPassword、<orchestratoradminpassword> 为必填项 | Orchestrator 的管理员密码。 |
-tmu、--testManagerUrl、<testmanagerurl> 为必填项 | Test Manager 所在的绝对 URL。 |
-obf, --obfuscate <obfuscate> | 指示该值是否应该混淆。布尔值(True、False) |
-?, -h, --help | 显示帮助和用法信息。 |
混淆器
| 命令 | 选项 | 描述 |
|---|---|---|
obfuscate | text <value> | 要混淆处理或反混淆处理的值。 |
appsettings <appsettingspath> | 应用程序设置配置文件的绝对路径。 | |
obfuscator deobfuscate | text <value> | 要混淆处理或反混淆处理的值。 |
appsettings <appsettingspath> | 应用程序设置配置文件的绝对路径。 | |
-?, -h, --help | 显示帮助和用法信息。 |
更新
| 命令 | 选项 | 描述 |
|---|---|---|
update | -asp, --appSettingsPath <appsettingspath> 必填 | 应用程序设置配置文件的绝对路径。 |
-?, -h, --help | 显示帮助和用法信息。 |
注册
| 命令 | 选项 | 描述 |
|---|---|---|
identit-api-client | -iu, --identityUrl <identityurl> 必填 | Identity Server 所在的绝对 URL。 |
-iit, --identityInstallationToken <identityinstallationtoken> 必填 | 用于在 Identity Server 中预配客户端的认证令牌。 | |
-?, -h, --help | 显示帮助和用法信息。 |