Method: projects.histories.executions.steps.publishXunitXmlFiles

将 xml 文件发布到现有步骤。

系统可能会返回以下任一规范错误代码:

  • PERMISSION_DENIED - 如果用户无权写入项目
  • INVALID_ARGUMENT - 如果请求格式错误
  • FAILED_PRECONDITION - 如果请求的状态转换不合法,例如请尝试上传重复的 xml 文件或过大的文件。
  • NOT_FOUND - 如果包含的执行不存在

HTTP 请求

POST https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}:publishXunitXmlFiles

网址采用 gRPC 转码语法。

路径参数

参数
projectId

string

项目 ID。

必填。

historyId

string

历史记录 ID。

必填。

executionId

string

执行 ID。

必填。

stepId

string

步骤 ID。注意:此步骤必须包含 TestExecutionStep。

必填。

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "xunitXmlFiles": [
    {
      object (FileReference)
    }
  ]
}
字段
xunitXmlFiles[]

object (FileReference)

要发布的 Xunit XML 文件的 URI。

此引用所指向的文件的大小上限为 50MB。

必填。

响应正文

如果成功,则响应正文包含一个 Step 实例。

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅身份验证概览