TestSuiteOverview

测试套件结果摘要,可从 XML 解析或由用户直接上传。

注意:API 相关注释仅适用于 StepService。此消息也会在相应步骤的 ExecutionService 中以只读模式使用。

JSON 表示法
{
  "xmlSource": {
    object (FileReference)
  },
  "name": string,
  "totalCount": integer,
  "failureCount": integer,
  "errorCount": integer,
  "skippedCount": integer,
  "flakyCount": integer,
  "elapsedTime": {
    object (Duration)
  }
}
字段
xmlSource

object (FileReference)

如果此测试套件是从 XML 解析的,则这是您存储原始 XML 文件的 URI。

注意:多个测试套件可共享同一个 xmlSource

如果不支持 URI 格式,则返回 INVALID_ARGUMENT。

  • 创建/响应时:可选
  • 在更新请求中:从不
name

string

测试套件的名称。

  • 创建/响应时:始终设置
  • 在更新请求中:从不
totalCount

integer

测试用例的数量,通常由服务通过解析 xmlSource 进行设置。

  • 创建/响应时:始终设置
  • 在更新请求中:从不
failureCount

integer

失败的测试用例数,通常由服务通过解析 xmlSource 设置。也可以由用户设置。

  • 创建/响应时:始终设置
  • 在更新请求中:从不
errorCount

integer

出现错误的测试用例数,通常由服务通过解析 xmlSource 来设置。

  • 创建/响应时:始终设置
  • 在更新请求中:从不
skippedCount

integer

未运行的测试用例数,通常由服务通过解析 xmlSource 进行设置。

  • 创建/响应时:始终设置
  • 在更新请求中:从不
flakyCount

integer

不稳定的测试用例数,由服务通过汇总不稳定的测试尝试进行设置。

仅适用于环境级总览测试套件概览。步骤不能有不稳定的测试用例。

elapsedTime

object (Duration)

测试套件的已用时间。