Method: projects.histories.executions.steps.testCases.get

取得某個步驟的測試案例詳細資料。實驗性測試案例 API。仍處於開發階段。

可能會傳回下列任一標準錯誤代碼:

  • PERMISSION_DENIED - 如果使用者未獲授權,無法寫入專案
  • INVALID_src - 如果要求格式錯誤
  • NOT_FOUND - 如果內含的測試案例不存在

HTTP 要求

GET https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/testCases/{testCaseId}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
projectId

string

專案 ID。

這是必填欄位。

historyId

string

記錄 ID。

這是必填欄位。

executionId

string

執行作業 ID

這是必填欄位。

stepId

string

步驟 ID。注意:這個步驟必須包含 TestExecutionStep。

這是必填欄位。

testCaseId

string

測試案例 ID。

這是必填欄位。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體會包含 TestCase 的執行個體。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱驗證總覽