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

使用本地部署脚本安装 Test Manager

You can use this procedure to install Test Manager using the local deployment script, once you have the infrastructure ready, or to install it on an existing infrastructure. Before you install Test Manager, visit Local Azure Resource Manager Deployment and verify if you meet the requirements and you provisioned the necessary resources.

打开 Windows PowerShell 并使用以下参数运行 TestManagerLocalDeploymentWrapper.ps1 脚本。

参数描述
网页应用程序名称将安装 UiPath Test Manager 的 Azure 网页应用程序资源的名称。
资源组名称将安装 UiPath Test Manager 的 Azure 资源组的名称。
身份 URL用于 UiPath Test Manager 连接的 UiPath 身份 URL。
身份安装令牌The IdentityInstallationToken, taken from the UiPath Identity portal, which will be used during the UiPath Test Manager installation and configuration (see Host authentication settings).
Orchestrator URLUiPath 测试管理器将在安装和配置期间连接到的 UiPath Orchestrator URL。
Test Manager URLUiPath Test Manager 应用服务的 URL(例如 <AppServiceName>.azurewebsites.net)。
数据库连接字符串UiPath Test Manager 将用于连接到 Azure SQL 数据库的数据库连接字符串。
AppInsights 指令键Azure App Insights 资源的检测密钥。
存储连接字符串UiPath Test Manager 将用于连接到 Azure 存储的存储连接字符串。

脚本示例

.\TestManagerLocalDeploymentWrapper.ps1
-webAppName "tmh-test"
-resourceGroupName "tmh-testing"
-identityUrl "https://your.identity.com"
-identityInstallationToken "token"
-orchestratorUrl "https://your.orchestrator.com"
-testManagerUrl "https://tmh-test.azurewebsites.net"
-dbConnectionString "Server=myServerName,myPortNumber;Initial Catalog=tmtestingsqldb;Persist Security Info=False;User ID=<userId>;Password=<password>=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
-appInsightsInstrKey "appInsightsInstrKey"
-storageConnectionString "DefaultEndpointsProtocol=https;AccountName=accountName;AccountKey=accountKey==;EndpointSuffix=core.windows.net"
.\TestManagerLocalDeploymentWrapper.ps1
-webAppName "tmh-test"
-resourceGroupName "tmh-testing"
-identityUrl "https://your.identity.com"
-identityInstallationToken "token"
-orchestratorUrl "https://your.orchestrator.com"
-testManagerUrl "https://tmh-test.azurewebsites.net"
-dbConnectionString "Server=myServerName,myPortNumber;Initial Catalog=tmtestingsqldb;Persist Security Info=False;User ID=<userId>;Password=<password>=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
-appInsightsInstrKey "appInsightsInstrKey"
-storageConnectionString "DefaultEndpointsProtocol=https;AccountName=accountName;AccountKey=accountKey==;EndpointSuffix=core.windows.net"
  • 脚本示例

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新