The methods of Xamarin.UITest.Configuration.iOSAppConfigurator are listed below. For a list of all members, see the iOSAppConfigurator Members list.
See Also: Inherited members from System.Object
ApiKey(string)Sets the Xamarin Test Cloud api key to use for activation. This can also be set using: * An Xamarin.UITest.TestCloudApiKeyAttribute in Properties/AssemblyInfo.cs. * Setting an environment variable named XTC_API_KEY * Creating a file named xtc-api-key in any upstream directory from the test | ||
AppBundle(string)Configures the app bundle to use. Will force a run on simulator. | ||
AppBundleZip(string)Configures the zipped app bundle to use. Will force a run on simulator. | ||
ConnectToApp()Builds the configuration and connects to an already running app. Used for advanced scenarios. Regular users should use iOSAppConfigurator.StartApp instead. | ||
Debug()Enables debug logging from the test runner. | ||
DeviceIdentifier(string)Configures the device to use with the device identifier (UUID). | ||
DeviceIp(string)Configures the ip address of the device. Generally best left unset unless you are running an iOS application on a physical device. | ||
DevicePort(int)Configures the port of the device. Generally best left unset. | ||
EnableLocalScreenshots()Enables local screenshot saving. Always enabled in the cloud. | ||
GetConfiguration(StartAction)Builds the iOS app configuration which can be used for input for Xamarin.UITest.iOS.iOSApp. The iOSAppConfigurator.StartApp and iOSAppConfigurator.ConnectToApp methods should be used instead unless you have specific needs for the configuration. | ||
InstalledApp(string)Configures the installed app to use. Will force a run on physical device. | ||
StartApp()Builds the configuration and launches the app on the selected device or simulator. | ||
WaitTimes(Xamarin.UITest.Utils.IWaitTimes)Configures the default wait times for the framework. | ||