Class TestOptimizationServiceSettingsAttributes

Attributes for Test Optimization service settings.

Hierarchy

  • TestOptimizationServiceSettingsAttributes

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.

autoTestRetriesEnabledIsOverridden?: boolean

Whether the Auto Test Retries setting is overridden at the service level.

codeCoverageEnabled?: boolean

Whether Code Coverage is enabled for this service.

codeCoverageEnabledIsOverridden?: boolean

Whether the Code Coverage setting is overridden at the service level.

earlyFlakeDetectionEnabled?: boolean

Whether Early Flake Detection is enabled for this service.

earlyFlakeDetectionEnabledIsOverridden?: boolean

Whether the Early Flake Detection setting is overridden at the service level.

env?: string

The environment name.

failedTestReplayEnabled?: boolean

Whether Failed Test Replay is enabled for this service.

failedTestReplayEnabledIsOverridden?: boolean

Whether the Failed Test Replay setting is overridden at the service level.

prCommentsEnabled?: boolean

Whether PR Comments are enabled. This value reflects the repository-level setting and cannot be overridden at the service level.

repositoryId?: string

The repository identifier.

serviceName?: string

The service name.

testImpactAnalysisEnabled?: boolean

Whether Test Impact Analysis is enabled for this service.

testImpactAnalysisEnabledIsOverridden?: boolean

Whether the Test Impact Analysis setting is overridden at the service level.

Generated using TypeDoc