Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1007 Bytes

File metadata and controls

30 lines (23 loc) · 1007 Bytes

SharedStepContent

Properties

Name Type Description Notes
data string [optional] [default to undefined]
hash string [optional] [default to undefined]
action string [optional] [default to undefined]
expected_result string [optional] [default to undefined]
attachments Array<AttachmentHash> [optional] [default to undefined]
steps Array<object> Nested steps will be here. The same structure is used for them. [optional] [default to undefined]

Example

import { SharedStepContent } from 'qase-api-client';

const instance: SharedStepContent = {
    data,
    hash,
    action,
    expected_result,
    attachments,
    steps,
};

[Back to Model list] [Back to API list] [Back to README]