Skip to content

Test Destination

Vladislav Alekseev edited this page Dec 27, 2019 · 1 revision

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.

Clone this wiki locally