Name | Type | Description | Notes |
---|---|---|---|
title | String | The name of the step. | [optional] [default to null] |
description | String | Description of the step result. | [optional] [default to null] |
info | String | Extended description of the step result. | [optional] [default to null] |
startedOn | Date | Step start date. | [optional] [default to null] |
completedOn | Date | Step end date. | [optional] [default to null] |
duration | Long | Expected or actual duration of the test run execution in milliseconds. | [optional] [default to null] |
outcome | AvailableTestResultOutcome | Specifies the result of the autotest execution. | [optional] [default to null] |
stepResults | List | Nested step results. The maximum nesting level is 15. | [optional] [default to null] |
attachments | List | /// <summary> Specifies an attachment GUID. Multiple values can be sent. </summary> | [optional] [default to null] |
parameters | Map | "<b>parameter</b>": "<b>value</b>" pair with arbitrary custom parameters. Multiple parameters can be sent. | [optional] [default to null] |