Русский (Russian)
Appearance
ENUM
TestableTarget.Parallelization
Contents
disabled
public enum Parallelization: Equatable, Codable, Sendable
With the introduction of Swift Testing and Xcode 16, you can now choose to run your tests in parallel across either the full suite of tests in a target with .enabled
, just those created under Swift Testing with .swiftTestingOnly
, or run them serially with the .disabled
option.
disabled
case disabled