The methods of Xamarin.UITest.Configuration.GenericAppConfigurator are listed below. For a list of all members, see the GenericAppConfigurator 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 | ||
Debug()Enables debug logging from the test runner. | ||
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()Builds the generic app configuration which contains the shared configuration across platforms. The Xamarin.UITest.Android or Xamarin.UITest.iOS properties should be used instead as part of the fluent API unless the configuration is needed. | ||