In Xcode 7, Apple added XCUITest as a new and preferred way to test the user interface of your application.
I want to transfer my old testing script, but have not found any information on how to install a custom kernel when using XCUITest.
Old challenge:
UIATarget.localTarget().setLocation({latitude: '48.21048', longitude: '16.3595'});
I also tried to find some information on how to provide a GPX file as a workaround using start arguments, but had no success and no idea if this is possible and what the key would be.
Does anyone know how to configure a custom kernel using XCUITest?
ios xcode xcode-ui-testing core-location xcode-bots
Tobias KreΓ
source share