ConfigureApp Class

Definition

Main entry point for Xamarin.UITest. This is a fluent API that allows you to configure your app for either Android or iOS and start it.

public static class ConfigureApp
type ConfigureApp = class
Public Class ConfigureApp
Inheritance
ConfigureApp

Properties

Android

Specifies that the app is an Android app.

iOS

Specifies that the app is an iOS app.

Methods

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(Int32)

Configures the port of the device. Generally best left unset.

Applies to