Skip to content

Instantly share code, notes, and snippets.

@jeffryvu
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffryvu/46b0d28f53d1ca5a73c9 to your computer and use it in GitHub Desktop.
Save jeffryvu/46b0d28f53d1ca5a73c9 to your computer and use it in GitHub Desktop.
Shows how to run a Xamarin UITest on an iOS device
IApp app = ConfigureApp
.iOS
.EnableLocalScreenshots()
.InstalledApp("com.example.yourappbundleid")
.DeviceIp("192.168.1.1")
.StartApp();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment