Member Junction
    Preparing search index...
    interface TestExecutionOptions {
        parallel?: boolean;
        suiteId?: string;
        testId?: string;
        variables?: Record<string, unknown>;
        verbose?: boolean;
    }
    Index

    Properties

    parallel?: boolean
    suiteId?: string
    testId?: string
    variables?: Record<string, unknown>

    Variable values to use for this test run

    verbose?: boolean