Skip to content

HuLoop Mobile Settings

Select your project and go to Settings > Project Settings > Test Environment and enter all the relevant details as shown in the below snapshot:

appName: It is the name of the application which we are going to test appDir: It is path to the .app file bundleId: It is the unique id of the application and is generally given by the application team along with the app xcodeConfigFile: It is the path of xcodeConfigFile This file contains two fields DEVELOPMENT_TEAM (developer team id) and CODE_SIGN_IDENTITY (iPhone Developer) You can get your team id by this link: https://developer.apple.com/account/#/membership This will get you to your Membership Details, just scroll down to Team ID deviceName: It is the name of iPhone device which shows up when we connect our device with iTunes in the system. mobilePlatform: It is the version of the mobile phone on which we will be executing our test cases serverUrl: http://0.0.0.0:4723/wd/hub ( This is the default appium server url and it runs on the default port 4723 ) automationName: XCUITest (It is a default configuration, keep this key as is) Udid: It is the unique id of iPhone device, which shows up when we connect our device with iTunes in the system.

Back To Top