KC's Workspace
    Preparing search index...

    Possible options to run a single file in a test.

    interface FileSpecification {
        filepath: string;
        fileTags?: string[];
        testIds?: string[];
        testLocations?: number[];
        testNamePattern?: RegExp;
        testTagsFilter?: string[];
    }
    Index

    Properties

    filepath: string
    fileTags?: string[]
    testIds?: string[]
    testLocations?: number[]
    testNamePattern?: RegExp
    testTagsFilter?: string[]