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

Gets details of a Test Case for a Step. Experimental test cases API. Still in active development.

May return any of the following canonical error codes:

  • PERMISSION_DENIED - if the user is not authorized to write to project
  • INVALID_ARGUMENT - if the request is malformed
  • NOT_FOUND - if the containing Test Case does not exist

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
projectId

string

A Project id.

Required.

historyId

string

A History id.

Required.

executionId

string

A Execution id

Required.

stepId

string

A Step id. Note: This step must include a TestExecutionStep.

Required.

testCaseId

string

A Test Case id.

Required.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of TestCase.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.