Behave Test Runner Extension - v1.1.7
    Preparing search index...

    Interface TestRunResult

    Result of running a test

    interface TestRunResult {
        success: boolean;
        output: string;
        error?: string;
        duration: number;
    }
    Index

    Properties

    success: boolean
    output: string
    error?: string
    duration: number