KC's Workspace
    Preparing search index...

    Type Alias SerializedTestSpecification

    SerializedTestSpecification: [
        project: { name: string
        | undefined; root: string },
        file: string,
        options: {
            pool: string;
            testIds?: string[];
            testLines?: number[];
            testNamePattern?: RegExp;
            testTagsFilter?: string[];
        },
    ]