Name | Type | Description | Notes |
---|---|---|---|
configurationId | UUID | Specifies the GUID of the autotest configuration, which was specified when the test run was created. | |
links | List<LinkPostModel> | Specifies the links in the autotest. | [optional] |
failureReasonNames | List<FailureCategoryModel> | Specifies the cause of autotest failure. | [optional] |
autoTestExternalId | String | Specifies the external ID of the autotest, which was specified when the test run was created. | |
outcome | AvailableTestResultOutcome | ||
message | String | A comment for the result. | [optional] |
traces | String | An extended comment or a stack trace. | [optional] |
startedOn | OffsetDateTime | Test run start date. | [optional] |
completedOn | OffsetDateTime | Test run end date. | [optional] |
duration | Long | Expected or actual duration of the test run execution in milliseconds. | [optional] |
attachments | List<AttachmentPutModel> | Specifies an attachment GUID. Multiple values can be sent. | [optional] |
parameters | Map<String, String> | "<b>parameter</b>": "<b>value</b>" pair with arbitrary custom parameters. Multiple parameters can be sent. | [optional] |
properties | Map<String, String> | "<b>property</b>": "<b>value</b>" pair with arbitrary custom properties. Multiple properties can be sent. | [optional] |
stepResults | List<AttachmentPutModelAutoTestStepResultsModel> | Specifies the results of individual steps. | [optional] |
setupResults | List<AttachmentPutModelAutoTestStepResultsModel> | Specifies the results of setup steps. For information on supported values, see the `stepResults` parameter above. | [optional] |
teardownResults | List<AttachmentPutModelAutoTestStepResultsModel> | Specifies the results of the teardown steps. For information on supported values, see the `stepResults` parameter above. | [optional] |