Theia API Documentation v1.65.0
    Preparing search index...
    interface TestRunProfile {
        canConfigure: boolean;
        isDefault: boolean;
        kind: TestRunProfileKind;
        label: string;
        tag: string;
        configure(): void;
        run(
            name: string,
            included: readonly TestItem[],
            excluded: readonly TestItem[],
            preserveFocus: boolean,
        ): void;
    }
    Index

    Properties

    canConfigure: boolean
    isDefault: boolean
    label: string
    tag: string

    Methods