Publish xml files to an existing Step.
May return any of the following canonical error codes:
- PERMISSION_DENIED - if the user is not authorized to write project
- INVALID_ARGUMENT - if the request is malformed
- FAILED_PRECONDITION - if the requested state transition is illegal, e.g. try to upload a duplicate xml file or a file too large.
- NOT_FOUND - if the containing Execution does not exist
HTTP request
POST https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}:publishXunitXmlFiles
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. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"xunitXmlFiles": [
{
object ( |
Fields | |
---|---|
xunitXmlFiles[] |
URI of the Xunit XML files to publish. The maximum size of the file this reference is pointing to is 50MB. Required. |
Response body
If successful, the response body contains an instance of Step
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.