Ios Test Loop Response
data class IosTestLoopResponse(val appBundleId: String, val appIpa: FileReferenceResponse, val scenarios: List<Int>)
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.