Type Alias TestCaseRunStep
TestCaseRunStep: {
    duration: number;
    httpMethod: Uppercase<Method>;
    id: number;
    requestBody: string;
    responseBody: string;
    responseCode: number;
    timestamp: number;
    uri: string;
}
Type declaration
- duration: number
- httpMethod: Uppercase<Method>
- id: number
- requestBody: string
- responseBody: string
- responseCode: number
- timestamp: number
- uri: string