KC's Workspace
    Preparing search index...

    Interface TestSpecificationOptions

    interface TestSpecificationOptions {
        testIds?: string[];
        testLines?: number[];
        testNamePattern?: RegExp;
        testTagsFilter?: string[];
    }
    Index

    Properties

    testIds?: string[]
    testLines?: number[]
    testNamePattern?: RegExp
    testTagsFilter?: string[]