Test Destination - avito-tech/Emcee GitHub Wiki

Currently Emcee supports running tests only on iOS Simulators. Thus, test destination describes an iOS Simulator instance that will be used to execute test.

{
    "testDestination": {
        "deviceType": "iPhone SE",
        "runtime": "11.4"
    }
}

An example above describes simulator with iPhone SE device running iOS 11.4.