Class TestOptimizationUpdateServiceSettingsRequestAttributes

Attributes for updating Test Optimization service settings. All non-required fields are optional; only provided fields will be updated.

Hierarchy

  • TestOptimizationUpdateServiceSettingsRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
autoTestRetriesEnabled?: boolean

Whether Auto Test Retries are enabled for this service.

codeCoverageEnabled?: boolean

Whether Code Coverage is enabled for this service.

earlyFlakeDetectionEnabled?: boolean

Whether Early Flake Detection is enabled for this service.

env?: string

The environment name. If omitted, defaults to none.

failedTestReplayEnabled?: boolean

Whether Failed Test Replay is enabled for this service.

prCommentsEnabled?: boolean

Whether PR Comments are enabled for this service.

repositoryId: string

The repository identifier.

serviceName: string

The service name.

testImpactAnalysisEnabled?: boolean

Whether Test Impact Analysis is enabled for this service.

Generated using TypeDoc