IosTestLoopResponse

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.

Constructors

Link copied to clipboard
fun IosTestLoopResponse(appBundleId: String, appIpa: FileReferenceResponse, scenarios: List<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bundle id for the application under test.

Link copied to clipboard

The .ipa of the application to test.

Link copied to clipboard

The list of scenarios that should be run during the test. Defaults to the single scenario 0 if unspecified.