Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.85 KB

AutoTestResultsForTestRunModel.md

File metadata and controls

25 lines (20 loc) · 2.85 KB

AutoTestResultsForTestRunModel

Properties

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