UiPath Documentation
test-manager
2022.4
false
Test Manager 安装指南
  • 入门指南
    • 关于本指南
    • 关于安装
  • 硬件和软件要求
  • 安装和升级
    • 升级
    • 备份和还原
    • 故障排除
    • 已知问题
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

更新 Test Manager 本地部署

To update Test Manager to the latest version, download the new packages found in the Requirements section.

打开 Windows PowerShell 并运行带有 -Update 标志的 TestManagerLocalDeploymentWrapper.ps1 脚本,然后提供以下参数。

参数描述
网页应用程序名称将安装 UiPath Test Manager 的 Azure 网页应用程序资源的名称。
资源组名称将安装 UiPath Test Manager 的 Azure 资源组的名称。

脚本示例

脚本示例

In the following example, the local deployment script is executed to install Test Manager given that the resources have been provisioned.

  1. 使用 az login 登录到您的 Azure 环境。

  2. 运行 TestManagerLocalDeploymentWrapper.ps1 脚本,然后提供以下参数。

    .\TestManagerLocalDeploymentWrapper.ps1
    -webAppName "tmh-test"
    -resourceGroupName "tmh-testing"
    -update
    .\TestManagerLocalDeploymentWrapper.ps1
    -webAppName "tmh-test"
    -resourceGroupName "tmh-testing"
    -update
    
  • 脚本示例

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新