interface TestRunsConfigData {
    configuration: TestRunConfig;
    includeDeviceGroups: boolean;
    includeDevices: boolean;
    includeFrameworks: boolean;
}

Hierarchy (View Summary)

Properties

configuration: TestRunConfig
includeDeviceGroups: boolean
includeDevices: boolean
includeFrameworks: boolean