| Name |
Type |
Description |
Notes |
| hash |
string |
|
[optional] [default to undefined] |
| shared_step_hash |
string |
|
[optional] [default to undefined] |
| shared_step_nested_hash |
string |
|
[optional] [default to undefined] |
| position |
number |
|
[optional] [default to undefined] |
| action |
string |
|
[optional] [default to undefined] |
| expected_result |
string |
|
[optional] [default to undefined] |
| data |
string |
|
[optional] [default to undefined] |
| attachments |
Array<Attachment> |
|
[optional] [default to undefined] |
| steps |
Array<object> |
Nested steps will be here. The same structure is used for them. |
[optional] [default to undefined] |
import { TestStep } from 'qase-api-client';
const instance: TestStep = {
hash,
shared_step_hash,
shared_step_nested_hash,
position,
action,
expected_result,
data,
attachments,
steps,
};
[Back to Model list] [Back to API list] [Back to README]