- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists Test Cases attached to 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 Step does not exist
HTTP request
GET https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/testCases
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
projectId |
A Project id. Required. |
historyId |
A History id. Required. |
executionId |
A Execution id Required. |
stepId |
A Step id. Note: This step must include a TestExecutionStep. Required. |
Query parameters
Parameters | |
---|---|
pageToken |
A continuation token to resume the query at the next item. Optional. |
pageSize |
The maximum number of TestCases to fetch. Default value: 100. The server will use this default if the field is not set or has a value of 0. Optional. |
Request body
The request body must be empty.
Response body
Response message for StepService.ListTestCases.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"testCases": [
{
object ( |
Fields | |
---|---|
testCases[] |
List of test cases. |
nextPageToken |
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.