UiPath Documentation
uipath-cli
latest
false
UiPath CLI ユーザー ガイド
重要 :
このコンテンツは機械翻訳によって処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

uip tm teststeplog

uip tm teststeplog は、テスト ケースの実行中に記録されたステップレベルのログを管理します。テスト ステップ ログは、テスト ケース ログ内の 1 つのステップの結果をキャプチャし、テスト ケース レベルより下のきめ細かい合否情報を提供します。

概要

uip tm teststeplog list --test-case-log-id <uuid> [--project-key <key>] [--limit <n>] [--offset <n>]
uip tm teststeplog list --test-case-log-id <uuid> [--project-key <key>] [--limit <n>] [--offset <n>]

すべての動詞は、 グローバルオプション と標準 終了コードを尊重します。すべての動詞は -t, --tenant <name>--log-level <level> を受け入れます(デフォルト Information)。

uip tm teststeplog リスト

特定のテスト ケース ログのステップ ログを一覧表示します。

引数

設定はありません。

オプション

  • --test-case-log-id <uuid> (必須) — 取得するステップ ログが含まれるテスト ケース ログの UUID です。これは uip tm executions testcaselogs list または uip tm testcases list-result-historyから取得します。
  • --project-key <key> — 所有プロジェクト。任意。必須ではありません。
  • --limit <n> — ページ サイズ。既定値は [ 50です。
  • --offset <n> — スキップする結果。既定値は [ 0です。

uip tm teststeplog list \
  --test-case-log-id c3d4e5f6-0000-0000-0000-000000000001
uip tm teststeplog list \
  --test-case-log-id c3d4e5f6-0000-0000-0000-000000000001

データシェイプ

{
  "Code": "TestStepLogsList",
  "Data": [
    {
      "Id": "d4e5f6a7-0000-0000-0000-000000000001",
      "StepName": "Navigate to login page",
      "Result": "Passed",
      "Duration": "00:00:02"
    },
    {
      "Id": "d4e5f6a7-0000-0000-0000-000000000002",
      "StepName": "Enter credentials",
      "Result": "Failed",
      "Duration": "00:00:01",
      "ErrorMessage": "Element not found: #password-field"
    }
  ]
}
{
  "Code": "TestStepLogsList",
  "Data": [
    {
      "Id": "d4e5f6a7-0000-0000-0000-000000000001",
      "StepName": "Navigate to login page",
      "Result": "Passed",
      "Duration": "00:00:02"
    },
    {
      "Id": "d4e5f6a7-0000-0000-0000-000000000002",
      "StepName": "Enter credentials",
      "Result": "Failed",
      "Duration": "00:00:01",
      "ErrorMessage": "Element not found: #password-field"
    }
  ]
}

参照

  • 概要
  • uip tm teststeplog リスト
  • 引数
  • オプション
  • データシェイプ
  • 関連
  • 参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得