Member Junction
    Preparing search index...

    Test execution progress update

    interface TestExecutionProgress {
        currentStep: string;
        driverType?: string;
        message: string;
        oracleEvaluation?: string;
        percentage: number;
        testName?: string;
    }
    Index

    Properties

    currentStep: string
    driverType?: string
    message: string
    oracleEvaluation?: string
    percentage: number
    testName?: string