Theia API Documentation v1.65.0
    Preparing search index...
    interface TestRunRequestDTO {
        controllerId: string;
        excludedTests: string[][];
        includedTests: string[][];
        name: string;
        preserveFocus: boolean;
        profileId: string;
    }
    Index

    Properties

    controllerId: string
    excludedTests: string[][]
    includedTests: string[][]
    name: string
    preserveFocus: boolean
    profileId: string