stoobly
    Preparing search index...

    Interface InterceptorOptions

    interface InterceptorOptions {
        framework?: TestFramework;
        record?: RecordOptions;
        scenarioKey?: string;
        scenarioName?: string;
        sessionId?: string;
        urls: (string | RegExp | InterceptorUrl)[];
    }
    Index

    Properties

    framework?: TestFramework
    record?: RecordOptions
    scenarioKey?: string
    scenarioName?: string
    sessionId?: string
    urls: (string | RegExp | InterceptorUrl)[]