Ios Xc Test Args
data class IosXcTestArgs(val bundleId: Output<String>? = null, val xcodeVersion: Output<String>? = null) : ConvertibleToJava<IosXcTestArgs>
A test of an iOS application that uses the XCTest framework.
A test of an iOS application that uses the XCTest framework.