Ios Xc Test Args
data class IosXcTestArgs(val testSpecialEntitlements: Output<Boolean>? = null, val testsZip: Output<FileReferenceArgs>, val xcodeVersion: Output<String>? = null, val xctestrun: Output<FileReferenceArgs>? = null) : ConvertibleToJava<IosXcTestArgs>
A test of an iOS application that uses the XCTest framework. Xcode supports the option to "build for testing", which generates an .xctestrun file that contains a test specification (arguments, test methods, etc). This test type accepts a zip file containing the .xctestrun file and the corresponding contents of the Build/Products directory that contains all the binaries needed to run the tests.
Constructors
Link copied to clipboard
fun IosXcTestArgs(testSpecialEntitlements: Output<Boolean>? = null, testsZip: Output<FileReferenceArgs>, xcodeVersion: Output<String>? = null, xctestrun: Output<FileReferenceArgs>? = null)