Ios Test Loop Args
data class IosTestLoopArgs(val appIpa: Output<FileReferenceArgs>, val scenarios: Output<List<Int>>? = null) : ConvertibleToJava<IosTestLoopArgs>
A test of an iOS application that implements one or more game loop scenarios. This test type accepts an archived application (.ipa file) and a list of integer scenarios that will be executed on the app sequentially.