Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
GenerationOptions.AutogeneratedWorkspaceSchemes Contents
disabledenabled(codeCoverageMode:testingOptions:testLanguage:testRegion:testScreenCaptureFormat:)public enum AutogeneratedWorkspaceSchemes: Codable, Equatable, SendableContains options for autogenerated workspace schemes
disabled case disabledTuist will not automatically generate any schemes
enabled(codeCoverageMode:testingOptions:testLanguage:testRegion:testScreenCaptureFormat:) case enabled(
codeCoverageMode: CodeCoverageMode = .disabled,
testingOptions: TestingOptions = [],
testLanguage: SchemeLanguage? = nil,
testRegion: String? = nil,
testScreenCaptureFormat: ScreenCaptureFormat? = nil
)Tuist will generate schemes with the associated testing options