ENUM
TestableTarget.Parallelization
Contents
- Cases
disabled
swift
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.
Cases
disabled
swift
case disabled