Skip to content

TestCountProvider_Args

rockbruno edited this page May 9, 2020 · 1 revision

TestCountProvider.Args

public struct Args

Initializers

init(buildSystem:)

public init(buildSystem: BuildSystem = .xcode)

Properties

buildSystem

The build system that was used to test the app. If Xcode was used, SwiftInfo will parse the testLogFilePath file, but if Buck was used, buckLogFilePath will be used instead.

let buildSystem: BuildSystem
Clone this wiki locally