Xamarin.UITest.Configuration.IiOSAppConfiguration: Property Members

The properties of Xamarin.UITest.Configuration.IiOSAppConfiguration are listed below. For a list of all members, see the IiOSAppConfiguration Members list.

Public Properties

[read-only]
ApiKeystring. The Xamarin Test Cloud api key to use for activation.
[read-only]
AppBundleDirectorySystem.IO.DirectoryInfo. The location of an app bundle for a simulator test.
[read-only]
AppBundleZipSystem.IO.FileInfo. The location of a zip archive for a simulator test.
[read-only]
Debugbool. Enable debug logging.
[read-only]
DeviceIdentifierstring. The device identifier. List of know devices can be found by running "instruments -s devices"
[read-only]
DeviceUriUri. The uri of the device test server.
[read-only]
EnableScreenshotsbool. Enable screenshots. Local screenshots are disabled by default to speed up tests.
[read-only]
InstalledAppBundleIdstring. The bundle id of an already installed to test.
[read-only]
StartActionStartAction. The desired state of the app after test initialization. Either the test framework can start the app or connect to an already running app in more advanced scenarios.
[read-only]
WaitTimesXamarin.UITest.Utils.IWaitTimes. Default wait times.