Test Suite
2022.10
  • Studio のインストール
    • Studio をインストールする
  • Robot のインストール
  • Orchestrator のインストール
  • Test Manager のインストール
バナーの背景画像
Test Suite インストール ガイド
最終更新日 2024年2月28日

ローカル デプロイ スクリプトを使用して Test Manager をインストールする

以下の手順は、インフラストラクチャの準備が完了した後または既存のインフラストラクチャに、ローカル デプロイ スクリプトを使用して Test Manager をインストールする場合に使用できます。Test Manager をインストールする前に「ローカルの Azure Resource Manager のデプロイ」を参照し、要件が満たされていて、必要なリソースがプロビジョニングされているかどうかを確認してください。

Windows PowerShell を開き、次のパラメーターを指定して TestManagerLocalDeploymentWrapper.ps1 スクリプトを実行します。

パラメーター

説明

webAppName

UiPath Test Manager がインストールされる Azure Web アプリ リソースの名前です。

リソース グループ名

UiPath Test Manager がインストールされる Azure リソース グループの名前です。

Identity URL

UiPath Test Manager の接続先として使用する UiPath Identity の URL です。

ID インストール トークン

UiPath Identity ポータルから取得する ID インストール トークンです。UiPath Test Manager のインストールおよび構成時に使用されます (「Host authentication settings」をご覧ください)。

Orchestrator URL

インストールおよび構成時に UiPath Test Manager が接続する UiPath Orchestrator の URL です。

Test Manager URL

UiPath Test Manager の App Service の URL です (例: <AppServiceName>.azurewebsites.net)。

dbConnectionString

UiPath Test Manager が Azure SQL データベースへの接続に使用するデータベース接続文字列です。

appInsightsInstrKey

Azure App Insights リソースのインストルメンテーション キーです。

storageConnectionString

UiPath Test Manager が Azure Storage への接続に使用するストレージ接続文字列です。

スクリプトの例

.\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"
  • スクリプトの例

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.