Insomnia-Script-SDK-Docs
    Preparing search index...

    Interface RequestTestResult

    ignore

    interface RequestTestResult {
        category: TestCategory;
        errorMessage?: string;
        executionTime: number;
        status: TestStatus;
        testCase: string;
    }
    Index

    Properties

    category: TestCategory
    errorMessage?: string
    executionTime: number
    status: TestStatus
    testCase: string