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/9150c7d94c68a2009e7f to your computer and use it in GitHub Desktop.
Save jeffryvu/9150c7d94c68a2009e7f to your computer and use it in GitHub Desktop.
Shows how to run a Xamarin UITest on an iOS simulator
IApp app = ConfigureApp
.iOS
.EnableLocalScreenshots()
.DeviceIdentifier("E67C54DA-17B2-4EBC-AA08-FBF3FB571243") // iPhone 6, 8.1
.AppBundle(PathToIPA)
.StartApp();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment